#420F6D
A dark, vivid purple closely aligning with Midnightblue.
About #420F6D
At its core, #420F6D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(66, 15, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 39% Cyan, 86% Magenta, 0% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#420F6D
RGB66, 15, 109
HSL272.6°, 75.8%, 24.3%
CMYK39%, 86%, 0%, 57%
HSV272.6°, 86.2%, 42.7%
LAB18.4, 41.3, -43.3
XYZ5.2, 2.6, 14.7
Decimal4329325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.81:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.20:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420F6D;
}
.text-color {
color: #420F6D;
}
.border-color {
border: 2px solid #420F6D;
}