#E98A92
A light, moderate red closely aligning with Lightcoral.
About #E98A92
Visually, #E98A92 is defined as a moderate red. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(233, 138, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 41% magenta, 37% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E98A92
RGB233, 138, 146
HSL354.9°, 68.3%, 72.7%
CMYK0%, 41%, 37%, 9%
HSV354.9°, 40.8%, 91.4%
LAB67.7, 37.0, 11.5
XYZ47.9, 37.6, 31.9
Decimal15305362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.52:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98A92;
}
.text-color {
color: #E98A92;
}
.border-color {
border: 2px solid #E98A92;
}