#ee7799
a light, electric magenta / pink · warm · closest name: salmon
RGB
238, 119, 153
HSL
343°, 78%, 70%
CMYK
0, 50, 36, 7
Luminance
0.3367
Every format
| HEX | #ee7799 |
| RGB | rgb(238, 119, 153) |
| HSL | hsl(343, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 36%, 7%) |
| LAB | lab(64.7 49.2 3.3) |
| LCH | lch(64.7 49.3 3.8) |
| OKLCH | oklch(0.715 0.150 3.5) |
Copy-ready code
/* CSS */
color: #ee7799;
background-color: #ee7799;
/* Tailwind (arbitrary) */
class="text-[#ee7799] bg-[#ee7799]"
/* SCSS */
$brand: #ee7799;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#ee7799")Accessibility — WCAG contrast
Aa
#ee7799 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7799 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow35.7%
Key (black)6.7%
Color previews
#ee7799 text on a black background
contrast 7.73:1
Card sample
#ee7799 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7799;
Background color
Panel with #ee7799 background
background-color: #ee7799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7799; background: linear-gradient(135deg, #ee7799, #EEA477);