#BD6D66
A medium, moderate red closely aligning with Indianred.
About #BD6D66
The hex code #BD6D66 represents a beautifully specific shade of red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(189, 109, 102).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 42% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD6D66
RGB189, 109, 102
HSL4.8°, 39.7%, 57.1%
CMYK0%, 42%, 46%, 26%
HSV4.8°, 46.0%, 74.1%
LAB54.8, 31.0, 17.8
XYZ28.9, 22.7, 15.4
Decimal12414310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD6D66;
}
.text-color {
color: #BD6D66;
}
.border-color {
border: 2px solid #BD6D66;
}