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