#E992DB
A light, moderate magenta closely aligning with Plum.
About #E992DB
At its core, #E992DB is a light and moderate hue. Its closest recognized web color is Plum. This translates to an RGB value of rgb(233, 146, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 37% magenta, 6% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E992DB
RGB233, 146, 219
HSL309.7°, 66.4%, 74.3%
CMYK0%, 37%, 6%, 9%
HSV309.7°, 37.3%, 91.4%
LAB71.6, 43.4, -23.6
XYZ56.7, 43.0, 72.3
Decimal15307483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.60:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E992DB;
}
.text-color {
color: #E992DB;
}
.border-color {
border: 2px solid #E992DB;
}