#E999C5
A light, moderate magenta closely aligning with Plum.
About #E999C5
At its core, #E999C5 is a light and moderate hue. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 153, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 34% Magenta, 15% Yellow, and 9% Black. The HSL representation is 327.0° hue, 64.5% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E999C5
RGB233, 153, 197
HSL327.0°, 64.5%, 75.7%
CMYK0%, 34%, 15%, 9%
HSV327.0°, 34.3%, 91.4%
LAB72.3, 36.2, -10.3
XYZ55.1, 44.1, 58.4
Decimal15309253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999C5;
}
.text-color {
color: #E999C5;
}
.border-color {
border: 2px solid #E999C5;
}