#CC667C
A light, moderate red closely aligning with Palevioletred.
About #CC667C
At its core, #CC667C is a light and moderate hue. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(204, 102, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 50% M, 39% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC667C
RGB204, 102, 124
HSL347.1°, 50.0%, 60.0%
CMYK0%, 50%, 39%, 20%
HSV347.1°, 50.0%, 80.0%
LAB55.9, 42.6, 6.7
XYZ33.3, 23.8, 21.9
Decimal13395580
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC667C;
}
.text-color {
color: #CC667C;
}
.border-color {
border: 2px solid #CC667C;
}