#BD575F
A medium, moderate red closely aligning with Indianred.
About #BD575F
The hex code #BD575F represents a beautifully specific shade of red. 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, 87, and 95.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 54% magenta, 50% yellow, and 26% black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD575F
RGB189, 87, 95
HSL355.3°, 43.6%, 54.1%
CMYK0%, 54%, 50%, 26%
HSV355.3°, 54.0%, 74.1%
LAB50.1, 41.8, 15.4
XYZ26.5, 18.5, 13.0
Decimal12408671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD575F;
}
.text-color {
color: #BD575F;
}
.border-color {
border: 2px solid #BD575F;
}