#CC92E2
A light, moderate purple closely aligning with Plum.
About #CC92E2
The hex code #CC92E2 represents a beautifully specific shade of purple. Its closest recognized web color is Plum. This translates to an RGB value of rgb(204, 146, 226).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 10% cyan and 35% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#CC92E2
RGB204, 146, 226
HSL283.5°, 58.0%, 72.9%
CMYK10%, 35%, 0%, 11%
HSV283.5°, 35.4%, 88.6%
LAB68.7, 35.7, -32.1
XYZ48.9, 38.9, 76.9
Decimal13406946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.78:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92E2;
}
.text-color {
color: #CC92E2;
}
.border-color {
border: 2px solid #CC92E2;
}