#CC92E9
A light, moderate purple closely aligning with Plum.
About #CC92E9
Visually, #CC92E9 is defined as a moderate purple. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(204, 146, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 37% magenta, 0% yellow, and 9% black. With a hue angle of 280.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC92E9
RGB204, 146, 233
HSL280.0°, 66.4%, 74.3%
CMYK12%, 37%, 0%, 9%
HSV280.0°, 37.3%, 91.4%
LAB69.0, 37.2, -35.5
XYZ49.9, 39.3, 82.0
Decimal13406953
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.86:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92E9;
}
.text-color {
color: #CC92E9;
}
.border-color {
border: 2px solid #CC92E9;
}