#421624
A very dark, moderate magenta closely aligning with Black.
About #421624
The precise color #421624 is an excellent choice for modern design projects. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(66, 22, 36).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 67% Magenta, 45% Yellow, and 74% Black. The HSL representation is 340.9° hue, 50.0% saturation, and 17.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#421624
RGB66, 22, 36
HSL340.9°, 50.0%, 17.3%
CMYK0%, 67%, 45%, 74%
HSV340.9°, 66.7%, 25.9%
LAB14.7, 22.9, 1.3
XYZ2.9, 1.9, 1.9
Decimal4331044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.31:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.63:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421624;
}
.text-color {
color: #421624;
}
.border-color {
border: 2px solid #421624;
}