#E999CC
A light, moderate magenta closely aligning with Plum.
About #E999CC
At its core, #E999CC is a light and moderate hue. Its closest recognized web color is Plum. This translates to an RGB value of rgb(233, 153, 204).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 34% Magenta, 12% Yellow, and 9% Black. With a hue angle of 321.8 degrees, it sits comfortably in the magenta spectrum.
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#E999CC
RGB233, 153, 204
HSL321.8°, 64.5%, 75.7%
CMYK0%, 34%, 12%, 9%
HSV321.8°, 34.3%, 91.4%
LAB72.5, 37.3, -13.8
XYZ55.9, 44.5, 62.8
Decimal15309260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.89:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999CC;
}
.text-color {
color: #E999CC;
}
.border-color {
border: 2px solid #E999CC;
}