#e52df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 45, 244
HSL
296°, 90%, 57%
CMYK
6, 82, 0, 4
Luminance
0.2507
Every format
| HEX | #e52df4 |
| RGB | rgb(229, 45, 244) |
| HSL | hsl(296, 90%, 57%) |
| CMYK | cmyk(6%, 82%, 0%, 4%) |
| LAB | lab(57.1 87.2 -60.0) |
| LCH | lch(57.1 105.9 325.5) |
| OKLCH | oklch(0.669 0.289 324.6) |
Copy-ready code
/* CSS */
color: #e52df4;
background-color: #e52df4;
/* Tailwind (arbitrary) */
class="text-[#e52df4] bg-[#e52df4]"
/* SCSS */
$brand: #e52df4;
/* SwiftUI */
Color(red: 0.898, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#e52df4")Accessibility — WCAG contrast
Aa
#e52df4 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52df4 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green17.6%
Blue95.7%
CMYK percentages
Cyan6.1%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#e52df4 text on a black background
contrast 6.01:1
Card sample
#e52df4 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52df4;
Background color
Panel with #e52df4 background
background-color: #e52df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52df4; background: linear-gradient(135deg, #e52df4, #F42D7E);