#eb40fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 64, 253
HSL
294°, 98%, 62%
CMYK
7, 75, 0, 1
Luminance
0.2842
Every format
| HEX | #eb40fd |
| RGB | rgb(235, 64, 253) |
| HSL | hsl(294, 98%, 62%) |
| CMYK | cmyk(7%, 75%, 0%, 1%) |
| LAB | lab(60.3 84.9 -60.0) |
| LCH | lch(60.3 104.0 324.8) |
| OKLCH | oklch(0.695 0.283 323.7) |
Copy-ready code
/* CSS */
color: #eb40fd;
background-color: #eb40fd;
/* Tailwind (arbitrary) */
class="text-[#eb40fd] bg-[#eb40fd]"
/* SCSS */
$brand: #eb40fd;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#eb40fd")Accessibility — WCAG contrast
Aa
#eb40fd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb40fd on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb40fd text on a black background
contrast 6.68:1
Card sample
#eb40fd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb40fd;
Background color
Panel with #eb40fd background
background-color: #eb40fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb40fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb40fd; background: linear-gradient(135deg, #eb40fd, #FD4091);