#E97CE2
A light, vivid magenta closely aligning with Violet.
About #E97CE2
When working with digital screens, the color #E97CE2 is rendered by mixing light. It is closely associated with the named CSS color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 124, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 47% M, 3% Y, and 9% K. The HSL representation is 303.9° hue, 71.2% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E97CE2
RGB233, 124, 226
HSL303.9°, 71.2%, 70.0%
CMYK0%, 47%, 3%, 9%
HSV303.9°, 46.8%, 91.4%
LAB67.4, 55.8, -33.7
XYZ54.5, 37.2, 76.3
Decimal15301858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.45:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E97CE2;
}
.text-color {
color: #E97CE2;
}
.border-color {
border: 2px solid #E97CE2;
}