#CCAFE2
A light, moderate purple closely aligning with Plum.
About #CCAFE2
When working with digital screens, the color #CCAFE2 is rendered by mixing light. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 204 red, 175 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 10% C, 23% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCAFE2
RGB204, 175, 226
HSL274.1°, 46.8%, 78.6%
CMYK10%, 23%, 0%, 11%
HSV274.1°, 22.6%, 88.6%
LAB75.4, 19.9, -21.7
XYZ54.0, 49.0, 78.6
Decimal13414370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAFE2;
}
.text-color {
color: #CCAFE2;
}
.border-color {
border: 2px solid #CCAFE2;
}