#E97C83
A light, vivid red closely aligning with Lightcoral.
About #E97C83
When working with digital screens, the color #E97C83 is rendered by mixing light. Designers often compare it to the standard color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 124, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 47% M, 44% Y, and 9% K. With a hue angle of 356.1 degrees, it sits comfortably in the red spectrum.
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#E97C83
RGB233, 124, 131
HSL356.1°, 71.2%, 70.0%
CMYK0%, 47%, 44%, 9%
HSV356.1°, 46.8%, 91.4%
LAB64.5, 42.6, 15.4
XYZ44.9, 33.4, 25.5
Decimal15301763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C83;
}
.text-color {
color: #E97C83;
}
.border-color {
border: 2px solid #E97C83;
}