#E2A8A8
A light, moderate red closely aligning with Lightpink.
About #E2A8A8
The precise color #E2A8A8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightpink. This translates to an RGB value of rgb(226, 168, 168).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 26% Magenta, 26% Yellow, and 11% Black. The HSL representation is 0.0° hue, 50.0% saturation, and 77.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2A8A8
RGB226, 168, 168
HSL0.0°, 50.0%, 77.3%
CMYK0%, 26%, 26%, 11%
HSV0.0°, 25.7%, 88.6%
LAB74.2, 21.3, 8.4
XYZ52.4, 47.0, 43.4
Decimal14854312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A8A8;
}
.text-color {
color: #E2A8A8;
}
.border-color {
border: 2px solid #E2A8A8;
}