#e9967a
a light, vivid orange · warm · closest name: salmon
RGB
233, 150, 122
HSL
15°, 72%, 70%
CMYK
0, 36, 48, 9
Luminance
0.4054
Every format
| HEX | #e9967a |
| RGB | rgb(233, 150, 122) |
| HSL | hsl(15, 72%, 70%) |
| CMYK | cmyk(0%, 36%, 48%, 9%) |
| LAB | lab(69.9 28.2 27.7) |
| LCH | lch(69.9 39.5 44.5) |
| OKLCH | oklch(0.751 0.108 39.4) |
Copy-ready code
/* CSS */
color: #e9967a;
background-color: #e9967a;
/* Tailwind (arbitrary) */
class="text-[#e9967a] bg-[#e9967a]"
/* SCSS */
$brand: #e9967a;
/* SwiftUI */
Color(red: 0.914, green: 0.588, blue: 0.478)
/* Android */
Color.parseColor("#e9967a")Accessibility — WCAG contrast
Aa
#e9967a on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9967a on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green58.8%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow47.6%
Key (black)8.6%
Color previews
#e9967a text on a black background
contrast 9.11:1
Card sample
#e9967a text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9967a;
Background color
Panel with #e9967a background
background-color: #e9967a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9967a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 150, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 150, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9967a; background: linear-gradient(135deg, #e9967a, #E9E07A);