#CC5F57
A medium, moderate red closely aligning with Indianred.
About #CC5F57
The hex code #CC5F57 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 95, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 53% Magenta, 57% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC5F57
RGB204, 95, 87
HSL4.1°, 53.4%, 57.1%
CMYK0%, 53%, 57%, 20%
HSV4.1°, 57.4%, 80.0%
LAB53.7, 42.6, 25.4
XYZ30.7, 21.7, 11.6
Decimal13393751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F57;
}
.text-color {
color: #CC5F57;
}
.border-color {
border: 2px solid #CC5F57;
}