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