#E9A0D3
A light, moderate magenta closely aligning with Plum.
About #E9A0D3
At its core, #E9A0D3 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, 160, and 211.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9A0D3
RGB233, 160, 211
HSL318.1°, 62.4%, 77.1%
CMYK0%, 31%, 9%, 9%
HSV318.1°, 31.3%, 91.4%
LAB74.3, 34.7, -15.0
XYZ57.9, 47.2, 67.7
Decimal15311059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.43:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A0D3;
}
.text-color {
color: #E9A0D3;
}
.border-color {
border: 2px solid #E9A0D3;
}