#423A33
A dark, muted orange closely aligning with Darkslategray.
About #423A33
The hex code #423A33 represents a beautifully specific shade of orange. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 58, and 51.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 12% Magenta, 23% Yellow, and 74% Black. With a hue angle of 28.0 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#423A33
RGB66, 58, 51
HSL28.0°, 12.8%, 22.9%
CMYK0%, 12%, 23%, 74%
HSV28.0°, 22.7%, 25.9%
LAB25.0, 2.1, 5.6
XYZ4.4, 4.4, 3.8
Decimal4340275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.14:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.65:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423A33;
}
.text-color {
color: #423A33;
}
.border-color {
border: 2px solid #423A33;
}