#CC83BD
A light, moderate magenta closely aligning with Plum.
About #CC83BD
The precise color #CC83BD is an excellent choice for modern design projects. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 204 red, 131 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 36% magenta, 7% yellow, and 20% black. The HSL representation is 312.3° hue, 41.7% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC83BD
RGB204, 131, 189
HSL312.3°, 41.7%, 65.7%
CMYK0%, 36%, 7%, 20%
HSV312.3°, 35.8%, 80.0%
LAB64.0, 36.8, -18.7
XYZ42.2, 32.7, 52.2
Decimal13403069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC83BD;
}
.text-color {
color: #CC83BD;
}
.border-color {
border: 2px solid #CC83BD;
}