#ee77c4
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 119, 196
HSL
321°, 78%, 70%
CMYK
0, 50, 18, 7
Luminance
0.3536
Every format
| HEX | #ee77c4 |
| RGB | rgb(238, 119, 196) |
| HSL | hsl(321, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 18%, 7%) |
| LAB | lab(66.0 54.9 -19.1) |
| LCH | lch(66.0 58.1 340.8) |
| OKLCH | oklch(0.729 0.171 342.7) |
Copy-ready code
/* CSS */
color: #ee77c4;
background-color: #ee77c4;
/* Tailwind (arbitrary) */
class="text-[#ee77c4] bg-[#ee77c4]"
/* SCSS */
$brand: #ee77c4;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.769)
/* Android */
Color.parseColor("#ee77c4")Accessibility — WCAG contrast
Aa
#ee77c4 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77c4 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow17.6%
Key (black)6.7%
Color previews
#ee77c4 text on a black background
contrast 8.07:1
Card sample
#ee77c4 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77c4;
Background color
Panel with #ee77c4 background
background-color: #ee77c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77c4; background: linear-gradient(135deg, #ee77c4, #EE7977);