#ee9977
a light, electric orange · warm · closest name: salmon
RGB
238, 153, 119
HSL
17°, 78%, 70%
CMYK
0, 36, 50, 7
Luminance
0.4229
Every format
| HEX | #ee9977 |
| RGB | rgb(238, 153, 119) |
| HSL | hsl(17, 78%, 70%) |
| CMYK | cmyk(0%, 36%, 50%, 7%) |
| LAB | lab(71.1 28.3 31.1) |
| LCH | lch(71.1 42.0 47.7) |
| OKLCH | oklch(0.761 0.113 42.5) |
Copy-ready code
/* CSS */
color: #ee9977;
background-color: #ee9977;
/* Tailwind (arbitrary) */
class="text-[#ee9977] bg-[#ee9977]"
/* SCSS */
$brand: #ee9977;
/* SwiftUI */
Color(red: 0.933, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#ee9977")Accessibility — WCAG contrast
Aa
#ee9977 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9977 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow50.0%
Key (black)6.7%
Color previews
#ee9977 text on a black background
contrast 9.46:1
Card sample
#ee9977 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9977;
Background color
Panel with #ee9977 background
background-color: #ee9977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9977; background: linear-gradient(135deg, #ee9977, #EEE877);