#eb2afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 42, 253
HSL
295°, 98%, 58%
CMYK
7, 83, 0, 1
Luminance
0.2641
Every format
| HEX | #eb2afd |
| RGB | rgb(235, 42, 253) |
| HSL | hsl(295, 98%, 58%) |
| CMYK | cmyk(7%, 83%, 0%, 1%) |
| LAB | lab(58.4 90.3 -62.9) |
| LCH | lch(58.4 110.0 325.1) |
| OKLCH | oklch(0.682 0.300 324.1) |
Copy-ready code
/* CSS */
color: #eb2afd;
background-color: #eb2afd;
/* Tailwind (arbitrary) */
class="text-[#eb2afd] bg-[#eb2afd]"
/* SCSS */
$brand: #eb2afd;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#eb2afd")Accessibility — WCAG contrast
Aa
#eb2afd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2afd on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eb2afd text on a black background
contrast 6.28:1
Card sample
#eb2afd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2afd;
Background color
Panel with #eb2afd background
background-color: #eb2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2afd; background: linear-gradient(135deg, #eb2afd, #FD2A82);