#CC92CC
A light, moderate magenta closely aligning with Plum.
About #CC92CC
At its core, #CC92CC is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 204 red, 146 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC92CC
RGB204, 146, 204
HSL300.0°, 36.3%, 68.6%
CMYK0%, 28%, 0%, 20%
HSV300.0°, 28.4%, 80.0%
LAB67.8, 31.4, -21.2
XYZ46.1, 37.8, 62.0
Decimal13406924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.55:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92CC;
}
.text-color {
color: #CC92CC;
}
.border-color {
border: 2px solid #CC92CC;
}