#E98A66
A light, vivid orange closely aligning with Lightsalmon.
About #E98A66
When working with digital screens, the color #E98A66 is rendered by mixing light. Its closest recognized web color is Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 138, and 102.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 41% magenta, 56% yellow, and 9% black. The HSL representation is 16.5° hue, 74.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E98A66
RGB233, 138, 102
HSL16.5°, 74.9%, 65.7%
CMYK0%, 41%, 56%, 9%
HSV16.5°, 56.2%, 91.4%
LAB66.9, 32.8, 34.7
XYZ45.1, 36.5, 17.2
Decimal15305318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.29:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98A66;
}
.text-color {
color: #E98A66;
}
.border-color {
border: 2px solid #E98A66;
}