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