#E999D3
A light, moderate magenta closely aligning with Plum.
About #E999D3
Visually, #E999D3 is defined as a moderate magenta. It is closely associated with the named CSS color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 153, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 34% M, 9% Y, and 9% K. The HSL representation is 316.5° hue, 64.5% saturation, and 75.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E999D3
RGB233, 153, 211
HSL316.5°, 64.5%, 75.7%
CMYK0%, 34%, 9%, 9%
HSV316.5°, 34.3%, 91.4%
LAB72.8, 38.4, -17.3
XYZ56.8, 44.8, 67.3
Decimal15309267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.96:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999D3;
}
.text-color {
color: #E999D3;
}
.border-color {
border: 2px solid #E999D3;
}