#B65F66
A medium, moderate red closely aligning with Indianred.
About #B65F66
At its core, #B65F66 is a medium and moderate hue. 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 182, 95, and 102.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 48% M, 44% Y, and 29% K. With a hue angle of 355.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B65F66
RGB182, 95, 102
HSL355.2°, 37.3%, 54.3%
CMYK0%, 48%, 44%, 29%
HSV355.2°, 47.8%, 71.4%
LAB50.8, 35.8, 12.1
XYZ25.8, 19.1, 14.9
Decimal11951974
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: #B65F66;
}
.text-color {
color: #B65F66;
}
.border-color {
border: 2px solid #B65F66;
}