#E9AFCC
A very light, moderate magenta closely aligning with Pink.
About #E9AFCC
The hex code #E9AFCC represents a beautifully specific shade of magenta. Designers often compare it to the standard color Pink. In the RGB color space, it consists of 233 red, 175 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 25% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9AFCC
RGB233, 175, 204
HSL330.0°, 56.9%, 80.0%
CMYK0%, 25%, 12%, 9%
HSV330.0°, 24.9%, 91.4%
LAB77.5, 25.6, -6.4
XYZ59.8, 52.3, 64.1
Decimal15314892
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.47:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9AFCC;
}
.text-color {
color: #E9AFCC;
}
.border-color {
border: 2px solid #E9AFCC;
}