#B65057
A medium, moderate red closely aligning with Indianred.
About #B65057
The hex code #B65057 represents a beautifully specific shade of red. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(182, 80, 87).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 56% magenta, 52% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65057
RGB182, 80, 87
HSL355.9°, 41.1%, 51.4%
CMYK0%, 56%, 52%, 29%
HSV355.9°, 56.0%, 71.4%
LAB47.5, 42.0, 16.5
XYZ23.9, 16.4, 10.9
Decimal11948119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65057;
}
.text-color {
color: #B65057;
}
.border-color {
border: 2px solid #B65057;
}