#E97C49
A light, vivid orange closely aligning with Coral.
About #E97C49
At its core, #E97C49 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, 124 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E97C49
RGB233, 124, 73
HSL19.1°, 78.4%, 60.0%
CMYK0%, 47%, 69%, 9%
HSV19.1°, 68.7%, 91.4%
LAB63.5, 38.1, 46.0
XYZ42.0, 32.2, 10.3
Decimal15301705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.44:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C49;
}
.text-color {
color: #E97C49;
}
.border-color {
border: 2px solid #E97C49;
}