#E2A8C5
A light, moderate magenta closely aligning with Pink.
About #E2A8C5
Visually, #E2A8C5 is defined as a moderate magenta. Its closest recognized web color is Pink. This translates to an RGB value of rgb(226, 168, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 26% Magenta, 13% Yellow, and 11% Black. The HSL representation is 330.0° hue, 50.0% saturation, and 77.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E2A8C5
RGB226, 168, 197
HSL330.0°, 50.0%, 77.3%
CMYK0%, 26%, 13%, 11%
HSV330.0°, 25.7%, 88.6%
LAB75.0, 25.7, -6.4
XYZ55.4, 48.2, 59.2
Decimal14854341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.64:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A8C5;
}
.text-color {
color: #E2A8C5;
}
.border-color {
border: 2px solid #E2A8C5;
}