#E97CAF
A light, vivid magenta closely aligning with Palevioletred.
About #E97CAF
When working with digital screens, the color #E97CAF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 233 red, 124 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 25% yellow, and 9% black. With a hue angle of 331.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E97CAF
RGB233, 124, 175
HSL331.9°, 71.2%, 70.0%
CMYK0%, 47%, 25%, 9%
HSV331.9°, 46.8%, 91.4%
LAB65.6, 47.9, -7.9
XYZ48.5, 34.8, 44.7
Decimal15301807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97CAF;
}
.text-color {
color: #E97CAF;
}
.border-color {
border: 2px solid #E97CAF;
}