#B66657
A medium, moderate red closely aligning with Indianred.
About #B66657
Visually, #B66657 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(182, 102, 87).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 44% magenta, 52% yellow, and 29% black. With a hue angle of 9.5 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 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#B66657
RGB182, 102, 87
HSL9.5°, 39.4%, 52.7%
CMYK0%, 44%, 52%, 29%
HSV9.5°, 52.2%, 71.4%
LAB52.0, 30.5, 22.6
XYZ25.8, 20.1, 11.5
Decimal11953751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66657;
}
.text-color {
color: #B66657;
}
.border-color {
border: 2px solid #B66657;
}