#eb66fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 102, 252
HSL
293°, 96%, 69%
CMYK
7, 60, 0, 1
Luminance
0.3419
Every format
| HEX | #eb66fc |
| RGB | rgb(235, 102, 252) |
| HSL | hsl(293, 96%, 69%) |
| CMYK | cmyk(7%, 60%, 0%, 1%) |
| LAB | lab(65.1 71.0 -51.7) |
| LCH | lch(65.1 87.8 323.9) |
| OKLCH | oklch(0.730 0.239 323.0) |
Copy-ready code
/* CSS */
color: #eb66fc;
background-color: #eb66fc;
/* Tailwind (arbitrary) */
class="text-[#eb66fc] bg-[#eb66fc]"
/* SCSS */
$brand: #eb66fc;
/* SwiftUI */
Color(red: 0.922, green: 0.400, blue: 0.988)
/* Android */
Color.parseColor("#eb66fc")Accessibility — WCAG contrast
Aa
#eb66fc on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb66fc on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta59.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eb66fc text on a black background
contrast 7.84:1
Card sample
#eb66fc text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb66fc;
Background color
Panel with #eb66fc background
background-color: #eb66fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb66fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 102, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 102, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb66fc; background: linear-gradient(135deg, #eb66fc, #FC66A9);