#CC7CBD
A light, moderate magenta closely aligning with Plum.
About #CC7CBD
Visually, #CC7CBD is defined as a moderate magenta. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 124, and 189.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 39% magenta, 7% yellow, and 20% black. The HSL representation is 311.2° hue, 44.0% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC7CBD
RGB204, 124, 189
HSL311.2°, 44.0%, 64.3%
CMYK0%, 39%, 7%, 20%
HSV311.2°, 39.2%, 80.0%
LAB62.4, 40.6, -21.0
XYZ41.3, 30.9, 51.9
Decimal13401277
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CBD;
}
.text-color {
color: #CC7CBD;
}
.border-color {
border: 2px solid #CC7CBD;
}