#E2AFDB
A light, moderate magenta closely aligning with Plum.
About #E2AFDB
When working with digital screens, the color #E2AFDB is rendered by mixing light. Its closest recognized web color is Plum. In the RGB color space, it consists of 226 red, 175 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 23% Magenta, 3% Yellow, and 11% Black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2AFDB
RGB226, 175, 219
HSL308.2°, 46.8%, 78.6%
CMYK0%, 23%, 3%, 11%
HSV308.2°, 22.6%, 88.6%
LAB77.2, 25.7, -15.0
XYZ59.5, 51.9, 73.9
Decimal14856155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFDB;
}
.text-color {
color: #E2AFDB;
}
.border-color {
border: 2px solid #E2AFDB;
}