#E2A0D3
A light, moderate magenta closely aligning with Plum.
About #E2A0D3
Visually, #E2A0D3 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 226 parts red, 160 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 29% M, 7% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2A0D3
RGB226, 160, 211
HSL313.6°, 53.2%, 75.7%
CMYK0%, 29%, 7%, 11%
HSV313.6°, 29.2%, 88.6%
LAB73.6, 32.4, -16.2
XYZ55.7, 46.0, 67.6
Decimal14852307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A0D3;
}
.text-color {
color: #E2A0D3;
}
.border-color {
border: 2px solid #E2A0D3;
}