#E9928A
A light, moderate red closely aligning with Darksalmon.
About #E9928A
At its core, #E9928A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darksalmon. This translates to an RGB value of rgb(233, 146, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 37% magenta, 41% yellow, and 9% black. The HSL representation is 5.1° hue, 68.3% saturation, and 72.7% lightness.
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#E9928A
RGB233, 146, 138
HSL5.1°, 68.3%, 72.7%
CMYK0%, 37%, 41%, 9%
HSV5.1°, 40.8%, 91.4%
LAB69.3, 31.9, 18.1
XYZ48.5, 39.7, 29.2
Decimal15307402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.94:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9928A;
}
.text-color {
color: #E9928A;
}
.border-color {
border: 2px solid #E9928A;
}