#E97CB6
A light, vivid magenta closely aligning with Palevioletred.
About #E97CB6
The hex code #E97CB6 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Palevioletred. In the RGB color space, it consists of 233 red, 124 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 47% M, 22% Y, and 9% K. The HSL representation is 328.1° hue, 71.2% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E97CB6
RGB233, 124, 182
HSL328.1°, 71.2%, 70.0%
CMYK0%, 47%, 22%, 9%
HSV328.1°, 46.8%, 91.4%
LAB65.8, 48.9, -11.6
XYZ49.3, 35.1, 48.4
Decimal15301814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.02:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97CB6;
}
.text-color {
color: #E97CB6;
}
.border-color {
border: 2px solid #E97CB6;
}