#CC668A
A light, moderate magenta closely aligning with Palevioletred.
About #CC668A
At its core, #CC668A is a light and moderate hue. Designers often compare it to the standard color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 102, and 138.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 32% yellow, and 20% black. With a hue angle of 338.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC668A
RGB204, 102, 138
HSL338.8°, 50.0%, 60.0%
CMYK0%, 50%, 32%, 20%
HSV338.8°, 50.0%, 80.0%
LAB56.3, 44.3, -0.9
XYZ34.2, 24.2, 26.9
Decimal13395594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC668A;
}
.text-color {
color: #CC668A;
}
.border-color {
border: 2px solid #CC668A;
}