#420024
A very dark, vivid magenta closely aligning with Black.
About #420024
At its core, #420024 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 0, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 45% yellow, and 74% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#420024
RGB66, 0, 36
HSL327.3°, 100.0%, 12.9%
CMYK0%, 100%, 45%, 74%
HSV327.3°, 100.0%, 25.9%
LAB11.2, 32.8, -3.9
XYZ2.6, 1.3, 1.8
Decimal4325412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.70:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.97:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420024;
}
.text-color {
color: #420024;
}
.border-color {
border: 2px solid #420024;
}