#ee66e8
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 102, 232
HSL
303°, 80%, 67%
CMYK
0, 57, 3, 7
Luminance
0.3351
Every format
| HEX | #ee66e8 |
| RGB | rgb(238, 102, 232) |
| HSL | hsl(303, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 3%, 7%) |
| LAB | lab(64.6 68.3 -41.5) |
| LCH | lch(64.6 79.9 328.7) |
| OKLCH | oklch(0.723 0.224 329.3) |
Copy-ready code
/* CSS */
color: #ee66e8;
background-color: #ee66e8;
/* Tailwind (arbitrary) */
class="text-[#ee66e8] bg-[#ee66e8]"
/* SCSS */
$brand: #ee66e8;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.910)
/* Android */
Color.parseColor("#ee66e8")Accessibility — WCAG contrast
Aa
#ee66e8 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee66e8 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow2.5%
Key (black)6.7%
Color previews
#ee66e8 text on a black background
contrast 7.70:1
Card sample
#ee66e8 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee66e8;
Background color
Panel with #ee66e8 background
background-color: #ee66e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee66e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee66e8; background: linear-gradient(135deg, #ee66e8, #EE668E);