#E9A099
A light, moderate red closely aligning with Lightpink.
About #E9A099
Visually, #E9A099 is defined as a moderate red. Its closest recognized web color is Lightpink. In the RGB color space, it consists of 233 red, 160 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 31% Magenta, 34% Yellow, and 9% Black. The HSL representation is 5.3° hue, 64.5% saturation, and 75.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9A099
RGB233, 160, 153
HSL5.3°, 64.5%, 75.7%
CMYK0%, 31%, 34%, 9%
HSV5.3°, 34.3%, 91.4%
LAB72.7, 26.3, 14.6
XYZ51.9, 44.8, 36.0
Decimal15311001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.95:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A099;
}
.text-color {
color: #E9A099;
}
.border-color {
border: 2px solid #E9A099;
}