#E96D50
A light, vivid red closely aligning with Coral.
About #E96D50
At its core, #E96D50 is a light and vivid hue. It is closely associated with the named CSS color Coral. In the RGB color space, it consists of 233 red, 109 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 53% Magenta, 66% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E96D50
RGB233, 109, 80
HSL11.4°, 77.7%, 61.4%
CMYK0%, 53%, 66%, 9%
HSV11.4°, 65.7%, 91.4%
LAB60.6, 46.0, 38.9
XYZ40.5, 28.8, 11.0
Decimal15297872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96D50;
}
.text-color {
color: #E96D50;
}
.border-color {
border: 2px solid #E96D50;
}