#57421D
A dark, moderate orange closely aligning with Darkolivegreen.
About #57421D
Visually, #57421D is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 87 red, 66 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 24% M, 67% Y, and 66% K. The HSL representation is 38.3° hue, 50.0% saturation, and 22.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a 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#57421D
RGB87, 66, 29
HSL38.3°, 50.0%, 22.7%
CMYK0%, 24%, 67%, 66%
HSV38.3°, 66.7%, 34.1%
LAB29.4, 4.3, 25.6
XYZ6.1, 6.0, 2.0
Decimal5718557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57421D;
}
.text-color {
color: #57421D;
}
.border-color {
border: 2px solid #57421D;
}