#CCA0F0
A light, vivid purple closely aligning with Plum.
About #CCA0F0
At its core, #CCA0F0 is a light and vivid hue. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(204, 160, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 15% cyan, 33% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#CCA0F0
RGB204, 160, 240
HSL273.0°, 72.7%, 78.4%
CMYK15%, 33%, 0%, 6%
HSV273.0°, 33.3%, 94.1%
LAB72.4, 31.0, -34.0
XYZ53.2, 44.3, 88.2
Decimal13410544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0F0;
}
.text-color {
color: #CCA0F0;
}
.border-color {
border: 2px solid #CCA0F0;
}