#CC5F66
A medium, moderate red closely aligning with Indianred.
About #CC5F66
When working with digital screens, the color #CC5F66 is rendered by mixing light. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(204, 95, 102).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 53% Magenta, 50% Yellow, and 20% Black. With a hue angle of 356.1 degrees, it sits comfortably in the red spectrum.
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#CC5F66
RGB204, 95, 102
HSL356.1°, 51.7%, 58.6%
CMYK0%, 53%, 50%, 20%
HSV356.1°, 53.4%, 80.0%
LAB54.0, 43.9, 17.0
XYZ31.4, 22.0, 15.2
Decimal13393766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F66;
}
.text-color {
color: #CC5F66;
}
.border-color {
border: 2px solid #CC5F66;
}