#CC5F50
A medium, moderate red closely aligning with Indianred.
About #CC5F50
Visually, #CC5F50 is defined as a moderate red. 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 204, 95, and 80.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 53% magenta, 61% yellow, and 20% black. The HSL representation is 7.3° hue, 54.9% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5F50
RGB204, 95, 80
HSL7.3°, 54.9%, 55.7%
CMYK0%, 53%, 61%, 20%
HSV7.3°, 60.8%, 80.0%
LAB53.6, 42.1, 29.3
XYZ30.4, 21.6, 10.2
Decimal13393744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F50;
}
.text-color {
color: #CC5F50;
}
.border-color {
border: 2px solid #CC5F50;
}