#BD5F50
A medium, moderate red closely aligning with Indianred.
About #BD5F50
The precise color #BD5F50 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 95, and 80.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 58% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD5F50
RGB189, 95, 80
HSL8.3°, 45.2%, 52.7%
CMYK0%, 50%, 58%, 26%
HSV8.3°, 57.7%, 74.1%
LAB51.4, 36.4, 26.0
XYZ26.5, 19.6, 10.0
Decimal12410704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F50;
}
.text-color {
color: #BD5F50;
}
.border-color {
border: 2px solid #BD5F50;
}