#eb66fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 102, 253
HSL
293°, 97%, 70%
CMYK
7, 60, 0, 1
Luminance
0.3426
Every format
| HEX | #eb66fd |
| RGB | rgb(235, 102, 253) |
| HSL | hsl(293, 97%, 70%) |
| CMYK | cmyk(7%, 60%, 0%, 1%) |
| LAB | lab(65.2 71.1 -52.2) |
| LCH | lch(65.2 88.2 323.7) |
| OKLCH | oklch(0.730 0.239 322.7) |
Copy-ready code
/* CSS */
color: #eb66fd;
background-color: #eb66fd;
/* Tailwind (arbitrary) */
class="text-[#eb66fd] bg-[#eb66fd]"
/* SCSS */
$brand: #eb66fd;
/* SwiftUI */
Color(red: 0.922, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#eb66fd")Accessibility — WCAG contrast
Aa
#eb66fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb66fd on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.0%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb66fd text on a black background
contrast 7.85:1
Card sample
#eb66fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb66fd;
Background color
Panel with #eb66fd background
background-color: #eb66fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb66fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb66fd; background: linear-gradient(135deg, #eb66fd, #FD66AA);