#CCAFE9
A very light, moderate purple closely aligning with Plum.
About #CCAFE9
At its core, #CCAFE9 is a very light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(204, 175, 233).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 25% magenta inks. The HSL representation is 270.0° hue, 56.9% saturation, and 80.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCAFE9
RGB204, 175, 233
HSL270.0°, 56.9%, 80.0%
CMYK12%, 25%, 0%, 9%
HSV270.0°, 24.9%, 91.4%
LAB75.7, 21.3, -25.1
XYZ54.9, 49.4, 83.7
Decimal13414377
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAFE9;
}
.text-color {
color: #CCAFE9;
}
.border-color {
border: 2px solid #CCAFE9;
}