#CC5F6D
A medium, moderate red closely aligning with Indianred.
About #CC5F6D
The hex code #CC5F6D represents a beautifully specific shade of red. Its closest recognized web color is Indianred. In the RGB color space, it consists of 204 red, 95 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 53% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC5F6D
RGB204, 95, 109
HSL352.3°, 51.7%, 58.6%
CMYK0%, 53%, 47%, 20%
HSV352.3°, 53.4%, 80.0%
LAB54.2, 44.5, 13.1
XYZ31.8, 22.1, 17.1
Decimal13393773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F6D;
}
.text-color {
color: #CC5F6D;
}
.border-color {
border: 2px solid #CC5F6D;
}