#CC8ADB
A light, moderate magenta closely aligning with Plum.
About #CC8ADB
Visually, #CC8ADB is defined as a moderate magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 204 red, 138 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 7% cyan, 37% magenta, 0% yellow, and 14% black. With a hue angle of 288.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC8ADB
RGB204, 138, 219
HSL288.9°, 52.9%, 70.0%
CMYK7%, 37%, 0%, 14%
HSV288.9°, 37.0%, 85.9%
LAB66.6, 38.6, -31.4
XYZ46.8, 36.1, 71.5
Decimal13404891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.23:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC8ADB;
}
.text-color {
color: #CC8ADB;
}
.border-color {
border: 2px solid #CC8ADB;
}