#E9925F
A light, vivid orange closely aligning with Lightsalmon.
About #E9925F
At its core, #E9925F is a light and vivid hue. It is closely associated with the named CSS color Lightsalmon. Its digital footprint relies on 233 parts red, 146 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 37% Magenta, 59% Yellow, and 9% Black. The HSL representation is 22.2° hue, 75.8% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9925F
RGB233, 146, 95
HSL22.2°, 75.8%, 64.3%
CMYK0%, 37%, 59%, 9%
HSV22.2°, 59.2%, 91.4%
LAB68.5, 28.0, 40.5
XYZ45.9, 38.7, 15.9
Decimal15307359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9925F;
}
.text-color {
color: #E9925F;
}
.border-color {
border: 2px solid #E9925F;
}