#E96D8A
A light, vivid red closely aligning with Palevioletred.
About #E96D8A
At its core, #E96D8A is a light and vivid hue. Designers often compare it to the standard color Palevioletred. In the RGB color space, it consists of 233 red, 109 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 53% magenta, 41% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E96D8A
RGB233, 109, 138
HSL346.0°, 73.8%, 67.1%
CMYK0%, 53%, 41%, 9%
HSV346.0°, 53.2%, 91.4%
LAB61.7, 50.7, 7.5
XYZ43.7, 30.1, 27.6
Decimal15297930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96D8A;
}
.text-color {
color: #E96D8A;
}
.border-color {
border: 2px solid #E96D8A;
}