#420724
A very dark, vivid magenta closely aligning with Black.
About #420724
The precise color #420724 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(66, 7, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 89% magenta, 45% yellow, and 74% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#420724
RGB66, 7, 36
HSL330.5°, 80.8%, 14.3%
CMYK0%, 89%, 45%, 74%
HSV330.5°, 89.4%, 25.9%
LAB12.2, 29.9, -2.4
XYZ2.6, 1.4, 1.8
Decimal4327204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.31:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.59:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420724;
}
.text-color {
color: #420724;
}
.border-color {
border: 2px solid #420724;
}