#E9967A
A light, vivid orange closely aligning with Darksalmon.
About #E9967A
Visually, #E9967A is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Darksalmon. This translates to an RGB value of rgb(233, 150, 122).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 36% Magenta, 48% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9967A
RGB233, 150, 122
HSL15.1°, 71.6%, 69.6%
CMYK0%, 36%, 48%, 9%
HSV15.1°, 47.6%, 91.4%
LAB69.9, 28.2, 27.7
XYZ48.0, 40.5, 23.7
Decimal15308410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.11:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9967A;
}
.text-color {
color: #E9967A;
}
.border-color {
border: 2px solid #E9967A;
}