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