#CC5066
A medium, moderate red closely aligning with Indianred.
About #CC5066
The precise color #CC5066 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 204 red, 80 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 61% M, 50% Y, and 20% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC5066
RGB204, 80, 102
HSL349.4°, 54.9%, 55.7%
CMYK0%, 61%, 50%, 20%
HSV349.4°, 60.8%, 80.0%
LAB51.3, 51.0, 13.3
XYZ30.2, 19.5, 14.8
Decimal13389926
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5066;
}
.text-color {
color: #CC5066;
}
.border-color {
border: 2px solid #CC5066;
}