#ee77aa
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 119, 170
HSL
334°, 78%, 70%
CMYK
0, 50, 29, 7
Luminance
0.3427
Every format
| HEX | #ee77aa |
| RGB | rgb(238, 119, 170) |
| HSL | hsl(334, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 29%, 7%) |
| LAB | lab(65.2 51.3 -5.7) |
| LCH | lch(65.2 51.6 353.7) |
| OKLCH | oklch(0.720 0.156 354.7) |
Copy-ready code
/* CSS */
color: #ee77aa;
background-color: #ee77aa;
/* Tailwind (arbitrary) */
class="text-[#ee77aa] bg-[#ee77aa]"
/* SCSS */
$brand: #ee77aa;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#ee77aa")Accessibility — WCAG contrast
Aa
#ee77aa on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77aa on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow28.6%
Key (black)6.7%
Color previews
#ee77aa text on a black background
contrast 7.85:1
Card sample
#ee77aa text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77aa;
Background color
Panel with #ee77aa background
background-color: #ee77aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77aa; background: linear-gradient(135deg, #ee77aa, #EE9377);