#ee8877
a light, electric red · warm · closest name: salmon
RGB
238, 136, 119
HSL
9°, 78%, 70%
CMYK
0, 43, 50, 7
Luminance
0.3712
Every format
| HEX | #ee8877 |
| RGB | rgb(238, 136, 119) |
| HSL | hsl(9, 78%, 70%) |
| CMYK | cmyk(0%, 43%, 50%, 7%) |
| LAB | lab(67.4 37.1 26.2) |
| LCH | lch(67.4 45.4 35.2) |
| OKLCH | oklch(0.733 0.128 30.4) |
Copy-ready code
/* CSS */
color: #ee8877;
background-color: #ee8877;
/* Tailwind (arbitrary) */
class="text-[#ee8877] bg-[#ee8877]"
/* SCSS */
$brand: #ee8877;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#ee8877")Accessibility — WCAG contrast
Aa
#ee8877 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8877 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow50.0%
Key (black)6.7%
Color previews
#ee8877 text on a black background
contrast 8.42:1
Card sample
#ee8877 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8877;
Background color
Panel with #ee8877 background
background-color: #ee8877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8877; background: linear-gradient(135deg, #ee8877, #EED777);