#ee77cc
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 119, 204
HSL
317°, 78%, 70%
CMYK
0, 50, 14, 7
Luminance
0.3573
Every format
| HEX | #ee77cc |
| RGB | rgb(238, 119, 204) |
| HSL | hsl(317, 78%, 70%) |
| CMYK | cmyk(0%, 50%, 14%, 7%) |
| LAB | lab(66.3 56.1 -23.2) |
| LCH | lch(66.3 60.7 337.6) |
| OKLCH | oklch(0.732 0.176 339.4) |
Copy-ready code
/* CSS */
color: #ee77cc;
background-color: #ee77cc;
/* Tailwind (arbitrary) */
class="text-[#ee77cc] bg-[#ee77cc]"
/* SCSS */
$brand: #ee77cc;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#ee77cc")Accessibility — WCAG contrast
Aa
#ee77cc on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77cc on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow14.3%
Key (black)6.7%
Color previews
#ee77cc text on a black background
contrast 8.15:1
Card sample
#ee77cc text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77cc;
Background color
Panel with #ee77cc background
background-color: #ee77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77cc; background: linear-gradient(135deg, #ee77cc, #EE777D);