#CC83C5
A light, moderate magenta closely aligning with Plum.
About #CC83C5
Visually, #CC83C5 is defined as a moderate magenta. It is closely associated with the named CSS color Plum. Its digital footprint relies on 204 parts red, 131 parts green, and 197 parts blue light.
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 36% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC83C5
RGB204, 131, 197
HSL305.8°, 41.7%, 65.7%
CMYK0%, 36%, 3%, 20%
HSV305.8°, 35.8%, 80.0%
LAB64.2, 38.2, -22.8
XYZ43.1, 33.1, 56.9
Decimal13403077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC83C5;
}
.text-color {
color: #CC83C5;
}
.border-color {
border: 2px solid #CC83C5;
}