#e50dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 13, 251
HSL
295°, 97%, 52%
CMYK
9, 95, 0, 2
Luminance
0.2391
Every format
| HEX | #e50dfb |
| RGB | rgb(229, 13, 251) |
| HSL | hsl(295, 97%, 52%) |
| CMYK | cmyk(9%, 95%, 0%, 2%) |
| LAB | lab(56.0 92.9 -65.8) |
| LCH | lch(56.0 113.8 324.7) |
| OKLCH | oklch(0.663 0.309 323.3) |
Copy-ready code
/* CSS */
color: #e50dfb;
background-color: #e50dfb;
/* Tailwind (arbitrary) */
class="text-[#e50dfb] bg-[#e50dfb]"
/* SCSS */
$brand: #e50dfb;
/* SwiftUI */
Color(red: 0.898, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#e50dfb")Accessibility — WCAG contrast
Aa
#e50dfb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e50dfb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green5.1%
Blue98.4%
CMYK percentages
Cyan8.8%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#e50dfb text on a black background
contrast 5.78:1
Card sample
#e50dfb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e50dfb;
Background color
Panel with #e50dfb background
background-color: #e50dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e50dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e50dfb; background: linear-gradient(135deg, #e50dfb, #FB0D72);