#ee77ff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 119, 255
HSL
293°, 100%, 73%
CMYK
7, 53, 0, 0
Luminance
0.3859
Every format
| HEX | #ee77ff |
| RGB | rgb(238, 119, 255) |
| HSL | hsl(293, 100%, 73%) |
| CMYK | cmyk(7%, 53%, 0%, 0%) |
| LAB | lab(68.5 64.7 -48.1) |
| LCH | lch(68.5 80.6 323.4) |
| OKLCH | oklch(0.755 0.219 322.5) |
Copy-ready code
/* CSS */
color: #ee77ff;
background-color: #ee77ff;
/* Tailwind (arbitrary) */
class="text-[#ee77ff] bg-[#ee77ff]"
/* SCSS */
$brand: #ee77ff;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#ee77ff")Accessibility — WCAG contrast
Aa
#ee77ff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee77ff on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ee77ff text on a black background
contrast 8.72:1
Card sample
#ee77ff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee77ff;
Background color
Panel with #ee77ff background
background-color: #ee77ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee77ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee77ff; background: linear-gradient(135deg, #ee77ff, #FF77B5);