#eb1dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 29, 251
HSL
296°, 97%, 55%
CMYK
6, 88, 0, 2
Luminance
0.2551
Every format
| HEX | #eb1dfb |
| RGB | rgb(235, 29, 251) |
| HSL | hsl(296, 97%, 55%) |
| CMYK | cmyk(6%, 88%, 0%, 2%) |
| LAB | lab(57.6 92.1 -63.2) |
| LCH | lch(57.6 111.7 325.5) |
| OKLCH | oklch(0.675 0.305 324.6) |
Copy-ready code
/* CSS */
color: #eb1dfb;
background-color: #eb1dfb;
/* Tailwind (arbitrary) */
class="text-[#eb1dfb] bg-[#eb1dfb]"
/* SCSS */
$brand: #eb1dfb;
/* SwiftUI */
Color(red: 0.922, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#eb1dfb")Accessibility — WCAG contrast
Aa
#eb1dfb on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1dfb on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.4%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#eb1dfb text on a black background
contrast 6.10:1
Card sample
#eb1dfb text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1dfb;
Background color
Panel with #eb1dfb background
background-color: #eb1dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1dfb; background: linear-gradient(135deg, #eb1dfb, #FB1D77);