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