#ee8866
a light, electric orange · warm · closest name: salmon
RGB
238, 136, 102
HSL
15°, 80%, 67%
CMYK
0, 43, 57, 7
Luminance
0.3674
Every format
| HEX | #ee8866 |
| RGB | rgb(238, 136, 102) |
| HSL | hsl(15, 80%, 67%) |
| CMYK | cmyk(0%, 43%, 57%, 7%) |
| LAB | lab(67.1 35.7 35.1) |
| LCH | lch(67.1 50.1 44.5) |
| OKLCH | oklch(0.730 0.134 39.1) |
Copy-ready code
/* CSS */
color: #ee8866;
background-color: #ee8866;
/* Tailwind (arbitrary) */
class="text-[#ee8866] bg-[#ee8866]"
/* SCSS */
$brand: #ee8866;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#ee8866")Accessibility — WCAG contrast
Aa
#ee8866 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8866 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow57.1%
Key (black)6.7%
Color previews
#ee8866 text on a black background
contrast 8.35:1
Card sample
#ee8866 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8866;
Background color
Panel with #ee8866 background
background-color: #ee8866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8866; background: linear-gradient(135deg, #ee8866, #EEE366);