#CC7CAF
A light, moderate magenta closely aligning with Plum.
About #CC7CAF
At its core, #CC7CAF is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 204 parts red, 124 parts green, and 175 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 39% magenta, 14% yellow, and 20% black. With a hue angle of 321.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC7CAF
RGB204, 124, 175
HSL321.8°, 44.0%, 64.3%
CMYK0%, 39%, 14%, 20%
HSV321.8°, 39.2%, 80.0%
LAB62.0, 38.2, -13.8
XYZ39.8, 30.3, 44.3
Decimal13401263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.07:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CAF;
}
.text-color {
color: #CC7CAF;
}
.border-color {
border: 2px solid #CC7CAF;
}