#420FB6
A dark, vivid purple closely aligning with Darkblue.
About #420FB6
At its core, #420FB6 is a dark and vivid hue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 66 parts red, 15 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 64% cyan, 92% magenta, 0% yellow, and 29% black. The HSL representation is 258.3° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#420FB6
RGB66, 15, 182
HSL258.3°, 84.8%, 38.6%
CMYK64%, 92%, 0%, 29%
HSV258.3°, 91.8%, 71.4%
LAB26.4, 59.9, -75.5
XYZ10.9, 4.9, 44.6
Decimal4329398
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.63:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.16:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420FB6;
}
.text-color {
color: #420FB6;
}
.border-color {
border: 2px solid #420FB6;
}