#ee77af
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 119, 175
HSL
332°, 78%, 70%
CMYK
0, 50, 27, 7
Luminance
0.3447
Every format
| HEX | #ee77af |
| RGB | rgb(238, 119, 175) |
| HSL | hsl(332, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 27%, 7%) |
| LAB | lab(65.3 52.0 -8.3) |
| LCH | lch(65.3 52.6 350.9) |
| OKLCH | oklch(0.722 0.158 352.3) |
Copy-ready code
/* CSS */
color: #ee77af;
background-color: #ee77af;
/* Tailwind (arbitrary) */
class="text-[#ee77af] bg-[#ee77af]"
/* SCSS */
$brand: #ee77af;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#ee77af")Accessibility — WCAG contrast
Aa
#ee77af on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77af on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow26.5%
Key (black)6.7%
Color previews
#ee77af text on a black background
contrast 7.89:1
Card sample
#ee77af text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77af;
Background color
Panel with #ee77af background
background-color: #ee77af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77af; background: linear-gradient(135deg, #ee77af, #EE8E77);