#ee66e3
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 102, 227
HSL
305°, 80%, 67%
CMYK
0, 57, 5, 7
Luminance
0.3323
Every format
| HEX | #ee66e3 |
| RGB | rgb(238, 102, 227) |
| HSL | hsl(305, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 5%, 7%) |
| LAB | lab(64.3 67.5 -39.1) |
| LCH | lch(64.3 78.0 329.9) |
| OKLCH | oklch(0.721 0.220 330.8) |
Copy-ready code
/* CSS */
color: #ee66e3;
background-color: #ee66e3;
/* Tailwind (arbitrary) */
class="text-[#ee66e3] bg-[#ee66e3]"
/* SCSS */
$brand: #ee66e3;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.890)
/* Android */
Color.parseColor("#ee66e3")Accessibility — WCAG contrast
Aa
#ee66e3 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee66e3 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow4.6%
Key (black)6.7%
Color previews
#ee66e3 text on a black background
contrast 7.65:1
Card sample
#ee66e3 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee66e3;
Background color
Panel with #ee66e3 background
background-color: #ee66e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee66e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee66e3; background: linear-gradient(135deg, #ee66e3, #EE6688);