#eb3afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 58, 253
HSL
295°, 98%, 61%
CMYK
7, 77, 0, 1
Luminance
0.2778
Every format
| HEX | #eb3afd |
| RGB | rgb(235, 58, 253) |
| HSL | hsl(295, 98%, 61%) |
| CMYK | cmyk(7%, 77%, 0%, 1%) |
| LAB | lab(59.7 86.6 -60.9) |
| LCH | lch(59.7 105.9 324.9) |
| OKLCH | oklch(0.691 0.288 323.8) |
Copy-ready code
/* CSS */
color: #eb3afd;
background-color: #eb3afd;
/* Tailwind (arbitrary) */
class="text-[#eb3afd] bg-[#eb3afd]"
/* SCSS */
$brand: #eb3afd;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#eb3afd")Accessibility — WCAG contrast
Aa
#eb3afd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3afd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eb3afd text on a black background
contrast 6.56:1
Card sample
#eb3afd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3afd;
Background color
Panel with #eb3afd background
background-color: #eb3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3afd; background: linear-gradient(135deg, #eb3afd, #FD3A8D);