#CCA8F8
A very light, vivid purple closely aligning with Plum.
About #CCA8F8
At its core, #CCA8F8 is a very light and vivid hue. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 168, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 32% Magenta, 0% Yellow, and 3% Black. With a hue angle of 267.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA8F8
RGB204, 168, 248
HSL267.0°, 85.1%, 81.6%
CMYK18%, 32%, 0%, 3%
HSV267.0°, 32.3%, 97.3%
LAB74.6, 28.3, -35.0
XYZ55.8, 47.6, 95.1
Decimal13412600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA8F8;
}
.text-color {
color: #CCA8F8;
}
.border-color {
border: 2px solid #CCA8F8;
}