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