#e41df3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 29, 243
HSL
296°, 90%, 53%
CMYK
6, 88, 0, 5
Luminance
0.2384
Every format
| HEX | #e41df3 |
| RGB | rgb(228, 29, 243) |
| HSL | hsl(296, 90%, 53%) |
| CMYK | cmyk(6%, 88%, 0%, 5%) |
| LAB | lab(55.9 89.8 -61.4) |
| LCH | lch(55.9 108.8 325.6) |
| OKLCH | oklch(0.660 0.298 324.8) |
Copy-ready code
/* CSS */
color: #e41df3;
background-color: #e41df3;
/* Tailwind (arbitrary) */
class="text-[#e41df3] bg-[#e41df3]"
/* SCSS */
$brand: #e41df3;
/* SwiftUI */
Color(red: 0.894, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#e41df3")Accessibility — WCAG contrast
Aa
#e41df3 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e41df3 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green11.4%
Blue95.3%
CMYK percentages
Cyan6.2%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#e41df3 text on a black background
contrast 5.77:1
Card sample
#e41df3 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e41df3;
Background color
Panel with #e41df3 background
background-color: #e41df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e41df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e41df3; background: linear-gradient(135deg, #e41df3, #F31D73);