#CC5766
A medium, moderate red closely aligning with Indianred.
About #CC5766
At its core, #CC5766 is a medium and moderate hue. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(204, 87, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 57% magenta, 50% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5766
RGB204, 87, 102
HSL352.3°, 53.4%, 57.1%
CMYK0%, 57%, 50%, 20%
HSV352.3°, 57.4%, 80.0%
LAB52.5, 47.7, 15.0
XYZ30.7, 20.6, 14.9
Decimal13391718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5766;
}
.text-color {
color: #CC5766;
}
.border-color {
border: 2px solid #CC5766;
}