#CCA0E9
A light, moderate purple closely aligning with Plum.
About #CCA0E9
Visually, #CCA0E9 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 204 parts red, 160 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 12% cyan, 31% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA0E9
RGB204, 160, 233
HSL276.2°, 62.4%, 77.1%
CMYK12%, 31%, 0%, 9%
HSV276.2°, 31.3%, 91.4%
LAB72.1, 29.5, -30.6
XYZ52.2, 43.9, 82.8
Decimal13410537
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0E9;
}
.text-color {
color: #CCA0E9;
}
.border-color {
border: 2px solid #CCA0E9;
}