#E27583
A light, moderate red closely aligning with Lightcoral.
About #E27583
At its core, #E27583 is a light and moderate hue. Designers often compare it to the standard color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 117, and 131.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#E27583
RGB226, 117, 131
HSL352.3°, 65.3%, 67.3%
CMYK0%, 48%, 42%, 11%
HSV352.3°, 48.2%, 88.6%
LAB62.1, 43.6, 11.9
XYZ41.8, 30.5, 25.2
Decimal14841219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27583;
}
.text-color {
color: #E27583;
}
.border-color {
border: 2px solid #E27583;
}