#CC576D
A medium, moderate red closely aligning with Indianred.
About #CC576D
The precise color #CC576D is an excellent choice for modern design projects. Its closest recognized web color is Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 87, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. The HSL representation is 348.7° hue, 53.4% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC576D
RGB204, 87, 109
HSL348.7°, 53.4%, 57.1%
CMYK0%, 57%, 47%, 20%
HSV348.7°, 57.4%, 80.0%
LAB52.7, 48.4, 11.1
XYZ31.1, 20.8, 16.8
Decimal13391725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC576D;
}
.text-color {
color: #CC576D;
}
.border-color {
border: 2px solid #CC576D;
}