#4207B6
A dark, vivid purple closely aligning with Mediumblue.
About #4207B6
At its core, #4207B6 is a dark and vivid hue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 66 red, 7 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 64% C, 96% M, 0% Y, and 29% K. With a hue angle of 260.2 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4207B6
RGB66, 7, 182
HSL260.2°, 92.6%, 37.1%
CMYK64%, 96%, 0%, 29%
HSV260.2°, 96.2%, 71.4%
LAB25.8, 61.6, -76.4
XYZ10.8, 4.7, 44.6
Decimal4327350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.84:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.36:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4207B6;
}
.text-color {
color: #4207B6;
}
.border-color {
border: 2px solid #4207B6;
}