#CCB6FF
A very light, vivid purple closely aligning with Plum.
About #CCB6FF
The precise color #CCB6FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Plum. Its digital footprint relies on 204 parts red, 182 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 20% Cyan, 29% Magenta, 0% Yellow, and 0% Black. With a hue angle of 258.1 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCB6FF
RGB204, 182, 255
HSL258.1°, 100.0%, 85.7%
CMYK20%, 29%, 0%, 0%
HSV258.1°, 28.6%, 100.0%
LAB78.2, 22.2, -33.2
XYZ59.7, 53.5, 101.8
Decimal13416191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB6FF;
}
.text-color {
color: #CCB6FF;
}
.border-color {
border: 2px solid #CCB6FF;
}