#CC6D83
A light, moderate red closely aligning with Palevioletred.
About #CC6D83
At its core, #CC6D83 is a light and moderate hue. Designers often compare it to the standard color Palevioletred. Its digital footprint relies on 204 parts red, 109 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 47% Magenta, 36% Yellow, and 20% Black. The HSL representation is 346.1° hue, 48.2% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC6D83
RGB204, 109, 131
HSL346.1°, 48.2%, 61.4%
CMYK0%, 47%, 36%, 20%
HSV346.1°, 46.6%, 80.0%
LAB57.5, 39.8, 4.9
XYZ34.5, 25.4, 24.6
Decimal13397379
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D83;
}
.text-color {
color: #CC6D83;
}
.border-color {
border: 2px solid #CC6D83;
}