#421D07
A very dark, vivid orange closely aligning with Black.
About #421D07
At its core, #421D07 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(66, 29, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 56% M, 89% Y, and 74% K. The HSL representation is 22.4° hue, 80.8% saturation, and 14.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#421D07
RGB66, 29, 7
HSL22.4°, 80.8%, 14.3%
CMYK0%, 56%, 89%, 74%
HSV22.4°, 89.4%, 25.9%
LAB15.8, 16.1, 20.7
XYZ2.7, 2.1, 0.5
Decimal4332807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.89:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.23:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421D07;
}
.text-color {
color: #421D07;
}
.border-color {
border: 2px solid #421D07;
}