#423A24
A dark, muted orange closely aligning with Darkslategray.
About #423A24
At its core, #423A24 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 66 red, 58 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 45% Y, and 74% K. With a hue angle of 44.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#423A24
RGB66, 58, 36
HSL44.0°, 29.4%, 20.0%
CMYK0%, 12%, 45%, 74%
HSV44.0°, 45.5%, 25.9%
LAB24.7, -0.3, 15.0
XYZ4.1, 4.3, 2.3
Decimal4340260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.28:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.78:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423A24;
}
.text-color {
color: #423A24;
}
.border-color {
border: 2px solid #423A24;
}