#ee77be
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 119, 190
HSL
324°, 78%, 70%
CMYK
0, 50, 20, 7
Luminance
0.3509
Every format
| HEX | #ee77be |
| RGB | rgb(238, 119, 190) |
| HSL | hsl(324, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 20%, 7%) |
| LAB | lab(65.8 54.0 -16.0) |
| LCH | lch(65.8 56.4 343.5) |
| OKLCH | oklch(0.727 0.167 345.3) |
Copy-ready code
/* CSS */
color: #ee77be;
background-color: #ee77be;
/* Tailwind (arbitrary) */
class="text-[#ee77be] bg-[#ee77be]"
/* SCSS */
$brand: #ee77be;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.745)
/* Android */
Color.parseColor("#ee77be")Accessibility — WCAG contrast
Aa
#ee77be on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77be on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow20.2%
Key (black)6.7%
Color previews
#ee77be text on a black background
contrast 8.02:1
Card sample
#ee77be text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77be;
Background color
Panel with #ee77be background
background-color: #ee77be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77be; background: linear-gradient(135deg, #ee77be, #EE7F77);