#E9BDFF
A very light, vivid purple closely aligning with Plum.
About #E9BDFF
At its core, #E9BDFF is a very light and vivid 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, 189, and 255.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 26% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#E9BDFF
RGB233, 189, 255
HSL280.0°, 100.0%, 87.1%
CMYK9%, 26%, 0%, 0%
HSV280.0°, 25.9%, 100.0%
LAB82.3, 27.3, -26.6
XYZ69.9, 60.9, 102.7
Decimal15318527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.19:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BDFF;
}
.text-color {
color: #E9BDFF;
}
.border-color {
border: 2px solid #E9BDFF;
}