#eb4afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 74, 253
HSL
294°, 98%, 64%
CMYK
7, 71, 0, 1
Luminance
0.2965
Every format
| HEX | #eb4afd |
| RGB | rgb(235, 74, 253) |
| HSL | hsl(294, 98%, 64%) |
| CMYK | cmyk(7%, 71%, 0%, 1%) |
| LAB | lab(61.4 81.8 -58.3) |
| LCH | lch(61.4 100.4 324.5) |
| OKLCH | oklch(0.703 0.273 323.5) |
Copy-ready code
/* CSS */
color: #eb4afd;
background-color: #eb4afd;
/* Tailwind (arbitrary) */
class="text-[#eb4afd] bg-[#eb4afd]"
/* SCSS */
$brand: #eb4afd;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#eb4afd")Accessibility — WCAG contrast
Aa
#eb4afd on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4afd on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eb4afd text on a black background
contrast 6.93:1
Card sample
#eb4afd text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4afd;
Background color
Panel with #eb4afd background
background-color: #eb4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4afd; background: linear-gradient(135deg, #eb4afd, #FD4A98);