#ee7766
a light, electric red · warm · closest name: salmon
RGB
238, 119, 102
HSL
8°, 80%, 67%
CMYK
0, 50, 57, 7
Luminance
0.3233
Every format
| HEX | #ee7766 |
| RGB | rgb(238, 119, 102) |
| HSL | hsl(8, 80%, 67%) |
| CMYK | cmyk(0%, 50%, 57%, 7%) |
| LAB | lab(63.6 44.4 30.7) |
| LCH | lch(63.6 53.9 34.7) |
| OKLCH | oklch(0.703 0.150 29.7) |
Copy-ready code
/* CSS */
color: #ee7766;
background-color: #ee7766;
/* Tailwind (arbitrary) */
class="text-[#ee7766] bg-[#ee7766]"
/* SCSS */
$brand: #ee7766;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#ee7766")Accessibility — WCAG contrast
Aa
#ee7766 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7766 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow57.1%
Key (black)6.7%
Color previews
#ee7766 text on a black background
contrast 7.47:1
Card sample
#ee7766 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7766;
Background color
Panel with #ee7766 background
background-color: #ee7766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7766; background: linear-gradient(135deg, #ee7766, #EED266);