#E999A8
A light, moderate red closely aligning with Lightpink.
About #E999A8
The precise color #E999A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightpink. In the RGB color space, it consists of 233 red, 153 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 28% Yellow, and 9% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E999A8
RGB233, 153, 168
HSL348.8°, 64.5%, 75.7%
CMYK0%, 34%, 28%, 9%
HSV348.8°, 34.3%, 91.4%
LAB71.5, 31.9, 4.6
XYZ52.1, 42.9, 42.6
Decimal15309224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E999A8;
}
.text-color {
color: #E999A8;
}
.border-color {
border: 2px solid #E999A8;
}