#eb3dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 251
HSL
295°, 96%, 61%
CMYK
6, 76, 0, 2
Luminance
0.2796
Every format
| HEX | #eb3dfb |
| RGB | rgb(235, 61, 251) |
| HSL | hsl(295, 96%, 61%) |
| CMYK | cmyk(6%, 76%, 0%, 2%) |
| LAB | lab(59.9 85.4 -59.5) |
| LCH | lch(59.9 104.1 325.1) |
| OKLCH | oklch(0.692 0.284 324.2) |
Copy-ready code
/* CSS */
color: #eb3dfb;
background-color: #eb3dfb;
/* Tailwind (arbitrary) */
class="text-[#eb3dfb] bg-[#eb3dfb]"
/* SCSS */
$brand: #eb3dfb;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#eb3dfb")Accessibility — WCAG contrast
Aa
#eb3dfb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3dfb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#eb3dfb text on a black background
contrast 6.59:1
Card sample
#eb3dfb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3dfb;
Background color
Panel with #eb3dfb background
background-color: #eb3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3dfb; background: linear-gradient(135deg, #eb3dfb, #FB3D8D);