#E97CE9
A light, vivid magenta closely aligning with Violet.
About #E97CE9
Visually, #E97CE9 is defined as a vivid magenta. It is closely associated with the named CSS color Violet. Its digital footprint relies on 233 parts red, 124 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 47% magenta, 0% yellow, and 9% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E97CE9
RGB233, 124, 233
HSL300.0°, 71.2%, 70.0%
CMYK0%, 47%, 0%, 9%
HSV300.0°, 46.8%, 91.4%
LAB67.7, 57.0, -37.2
XYZ55.5, 37.6, 81.4
Decimal15301865
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.52:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E97CE9;
}
.text-color {
color: #E97CE9;
}
.border-color {
border: 2px solid #E97CE9;
}