#E96D83
A light, vivid red closely aligning with Lightcoral.
About #E96D83
The precise color #E96D83 is an excellent choice for modern design projects. Designers often compare it to the standard color Lightcoral. This translates to an RGB value of rgb(233, 109, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 53% magenta, 44% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E96D83
RGB233, 109, 131
HSL349.4°, 73.8%, 67.1%
CMYK0%, 53%, 44%, 9%
HSV349.4°, 53.2%, 91.4%
LAB61.6, 50.0, 11.3
XYZ43.2, 29.9, 25.0
Decimal15297923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96D83;
}
.text-color {
color: #E96D83;
}
.border-color {
border: 2px solid #E96D83;
}