#ee8e77
a light, electric red · warm · closest name: salmon
RGB
238, 142, 119
HSL
12°, 78%, 70%
CMYK
0, 40, 50, 7
Luminance
0.3886
Every format
| HEX | #ee8e77 |
| RGB | rgb(238, 142, 119) |
| HSL | hsl(12, 78%, 70%) |
| CMYK | cmyk(0%, 40%, 50%, 7%) |
| LAB | lab(68.7 34.0 27.9) |
| LCH | lch(68.7 44.0 39.3) |
| OKLCH | oklch(0.743 0.122 34.3) |
Copy-ready code
/* CSS */
color: #ee8e77;
background-color: #ee8e77;
/* Tailwind (arbitrary) */
class="text-[#ee8e77] bg-[#ee8e77]"
/* SCSS */
$brand: #ee8e77;
/* SwiftUI */
Color(red: 0.933, green: 0.557, blue: 0.467)
/* Android */
Color.parseColor("#ee8e77")Accessibility — WCAG contrast
Aa
#ee8e77 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8e77 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green55.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow50.0%
Key (black)6.7%
Color previews
#ee8e77 text on a black background
contrast 8.77:1
Card sample
#ee8e77 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8e77;
Background color
Panel with #ee8e77 background
background-color: #ee8e77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8e77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 142, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 142, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8e77; background: linear-gradient(135deg, #ee8e77, #EEDD77);