#eb2ffd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 47, 253
HSL
295°, 98%, 59%
CMYK
7, 81, 0, 1
Luminance
0.2679
Every format
| HEX | #eb2ffd |
| RGB | rgb(235, 47, 253) |
| HSL | hsl(295, 98%, 59%) |
| CMYK | cmyk(7%, 81%, 0%, 1%) |
| LAB | lab(58.8 89.2 -62.4) |
| LCH | lch(58.8 108.9 325.0) |
| OKLCH | oklch(0.684 0.297 324.0) |
Copy-ready code
/* CSS */
color: #eb2ffd;
background-color: #eb2ffd;
/* Tailwind (arbitrary) */
class="text-[#eb2ffd] bg-[#eb2ffd]"
/* SCSS */
$brand: #eb2ffd;
/* SwiftUI */
Color(red: 0.922, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#eb2ffd")Accessibility — WCAG contrast
Aa
#eb2ffd on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ffd on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.4%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eb2ffd text on a black background
contrast 6.36:1
Card sample
#eb2ffd text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ffd;
Background color
Panel with #eb2ffd background
background-color: #eb2ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ffd; background: linear-gradient(135deg, #eb2ffd, #FD2F85);