#BD5F1D
A medium, vivid orange closely aligning with Chocolate.
About #BD5F1D
At its core, #BD5F1D is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 95, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 85% Yellow, and 26% Black. The HSL representation is 24.8° hue, 73.4% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD5F1D
RGB189, 95, 29
HSL24.8°, 73.4%, 42.7%
CMYK0%, 50%, 85%, 26%
HSV24.8°, 84.7%, 74.1%
LAB50.8, 33.7, 51.5
XYZ25.3, 19.1, 3.5
Decimal12410653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F1D;
}
.text-color {
color: #BD5F1D;
}
.border-color {
border: 2px solid #BD5F1D;
}