#E999B6
A light, moderate magenta closely aligning with Lightpink.
About #E999B6
The hex code #E999B6 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Lightpink. This translates to an RGB value of rgb(233, 153, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 34% M, 22% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E999B6
RGB233, 153, 182
HSL338.2°, 64.5%, 75.7%
CMYK0%, 34%, 22%, 9%
HSV338.2°, 34.3%, 91.4%
LAB71.9, 33.9, -2.6
XYZ53.4, 43.5, 49.8
Decimal15309238
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.70:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999B6;
}
.text-color {
color: #E999B6;
}
.border-color {
border: 2px solid #E999B6;
}