#E9AFDB
A very light, moderate magenta closely aligning with Plum.
About #E9AFDB
When working with digital screens, the color #E9AFDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 233 red, 175 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 25% Magenta, 6% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9AFDB
RGB233, 175, 219
HSL314.5°, 56.9%, 80.0%
CMYK0%, 25%, 6%, 9%
HSV314.5°, 24.9%, 91.4%
LAB77.9, 28.1, -13.9
XYZ61.7, 53.1, 74.0
Decimal15314907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.62:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9AFDB;
}
.text-color {
color: #E9AFDB;
}
.border-color {
border: 2px solid #E9AFDB;
}