#CC6D75
A light, moderate red closely aligning with Indianred.
About #CC6D75
Visually, #CC6D75 is defined as a moderate red. Designers often compare it to the standard color Indianred. This translates to an RGB value of rgb(204, 109, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 47% Magenta, 43% Yellow, and 20% Black. The HSL representation is 354.9° hue, 48.2% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#CC6D75
RGB204, 109, 117
HSL354.9°, 48.2%, 61.4%
CMYK0%, 47%, 43%, 20%
HSV354.9°, 46.6%, 80.0%
LAB57.1, 38.2, 12.6
XYZ33.6, 25.1, 19.9
Decimal13397365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.01:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D75;
}
.text-color {
color: #CC6D75;
}
.border-color {
border: 2px solid #CC6D75;
}