#E9A8DB
A light, moderate magenta closely aligning with Plum.
About #E9A8DB
At its core, #E9A8DB is a light and moderate hue. Designers often compare it to the standard color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 168, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 28% M, 6% Y, and 9% K. The HSL representation is 312.9° hue, 59.6% saturation, and 78.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9A8DB
RGB233, 168, 219
HSL312.9°, 59.6%, 78.6%
CMYK0%, 28%, 6%, 9%
HSV312.9°, 27.9%, 91.4%
LAB76.3, 31.8, -16.3
XYZ60.4, 50.4, 73.6
Decimal15313115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.09:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A8DB;
}
.text-color {
color: #E9A8DB;
}
.border-color {
border: 2px solid #E9A8DB;
}