#E98350
A light, vivid orange closely aligning with Coral.
About #E98350
When working with digital screens, the color #E98350 is rendered by mixing light. Its closest recognized web color is Coral. Its digital footprint relies on 233 parts red, 131 parts green, and 80 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, 44% magenta, 66% yellow, and 9% black. With a hue angle of 20.0 degrees, it sits comfortably in the orange spectrum.
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#E98350
RGB233, 131, 80
HSL20.0°, 77.7%, 61.4%
CMYK0%, 44%, 66%, 9%
HSV20.0°, 65.7%, 91.4%
LAB65.1, 34.9, 44.1
XYZ43.2, 34.1, 11.9
Decimal15303504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E98350;
}
.text-color {
color: #E98350;
}
.border-color {
border: 2px solid #E98350;
}