#BD571D
A medium, vivid orange closely aligning with Chocolate.
About #BD571D
At its core, #BD571D is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(189, 87, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD571D
RGB189, 87, 29
HSL21.8°, 73.4%, 42.7%
CMYK0%, 54%, 85%, 26%
HSV21.8°, 84.7%, 74.1%
LAB49.2, 37.9, 50.1
XYZ24.6, 17.7, 3.3
Decimal12408605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD571D;
}
.text-color {
color: #BD571D;
}
.border-color {
border: 2px solid #BD571D;
}