#E299CC
A light, moderate magenta closely aligning with Plum.
About #E299CC
At its core, #E299CC is a light and moderate hue. Its closest recognized web color is Plum. This translates to an RGB value of rgb(226, 153, 204).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 32% Magenta, 10% Yellow, and 11% Black. The HSL representation is 318.1° hue, 55.7% saturation, and 74.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E299CC
RGB226, 153, 204
HSL318.1°, 55.7%, 74.3%
CMYK0%, 32%, 10%, 11%
HSV318.1°, 32.3%, 88.6%
LAB71.8, 34.9, -15.0
XYZ53.7, 43.3, 62.7
Decimal14850508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E299CC;
}
.text-color {
color: #E299CC;
}
.border-color {
border: 2px solid #E299CC;
}