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