#E299C5
A light, moderate magenta closely aligning with Plum.
About #E299C5
The precise color #E299C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(226, 153, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 32% magenta inks. With a hue angle of 323.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E299C5
RGB226, 153, 197
HSL323.8°, 55.7%, 74.3%
CMYK0%, 32%, 13%, 11%
HSV323.8°, 32.3%, 88.6%
LAB71.5, 33.8, -11.5
XYZ52.8, 43.0, 58.3
Decimal14850501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.60:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E299C5;
}
.text-color {
color: #E299C5;
}
.border-color {
border: 2px solid #E299C5;
}