#421D24
A very dark, moderate red closely aligning with Black.
About #421D24
At its core, #421D24 is a very dark and moderate hue. Its closest recognized web color is Black. This translates to an RGB value of rgb(66, 29, 36).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 56% Magenta, 45% Yellow, and 74% Black. The HSL representation is 348.6° hue, 38.9% saturation, and 18.6% lightness.
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#421D24
RGB66, 29, 36
HSL348.6°, 38.9%, 18.6%
CMYK0%, 56%, 45%, 74%
HSV348.6°, 56.1%, 25.9%
LAB16.3, 18.8, 3.6
XYZ3.0, 2.2, 1.9
Decimal4332836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.66:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.01:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421D24;
}
.text-color {
color: #421D24;
}
.border-color {
border: 2px solid #421D24;
}