#4207BD
A dark, vivid purple closely aligning with Mediumblue.
About #4207BD
At its core, #4207BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(66, 7, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 96% magenta, 0% yellow, and 26% black. With a hue angle of 259.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4207BD
RGB66, 7, 189
HSL259.5°, 92.9%, 38.4%
CMYK65%, 96%, 0%, 26%
HSV259.5°, 96.3%, 74.1%
LAB26.7, 63.3, -79.1
XYZ11.5, 5.0, 48.5
Decimal4327357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.05:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4207BD;
}
.text-color {
color: #4207BD;
}
.border-color {
border: 2px solid #4207BD;
}