#E97575
A light, vivid red closely aligning with Lightcoral.
About #E97575
When working with digital screens, the color #E97575 is rendered by mixing light. Designers often compare it to the standard color Lightcoral. In the RGB color space, it consists of 233 red, 117 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 50% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E97575
RGB233, 117, 117
HSL0.0°, 72.5%, 68.6%
CMYK0%, 50%, 50%, 9%
HSV0.0°, 49.8%, 91.4%
LAB62.8, 44.8, 21.0
XYZ43.2, 31.3, 20.6
Decimal15299957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97575;
}
.text-color {
color: #E97575;
}
.border-color {
border: 2px solid #E97575;
}