#E2A0DB
A light, moderate magenta closely aligning with Plum.
About #E2A0DB
Visually, #E2A0DB is defined as a moderate magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 226 red, 160 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 29% Magenta, 3% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E2A0DB
RGB226, 160, 219
HSL306.4°, 53.2%, 75.7%
CMYK0%, 29%, 3%, 11%
HSV306.4°, 29.2%, 88.6%
LAB73.8, 33.8, -20.2
XYZ56.7, 46.4, 73.0
Decimal14852315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.28:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A0DB;
}
.text-color {
color: #E2A0DB;
}
.border-color {
border: 2px solid #E2A0DB;
}