#e52fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 47, 223
HSL
302°, 78%, 54%
CMYK
0, 80, 3, 10
Luminance
0.2402
Every format
| HEX | #e52fdf |
| RGB | rgb(229, 47, 223) |
| HSL | hsl(302, 78%, 54%) |
| CMYK | cmyk(0%, 80%, 3%, 10%) |
| LAB | lab(56.1 83.6 -49.9) |
| LCH | lch(56.1 97.3 329.2) |
| OKLCH | oklch(0.658 0.274 329.7) |
Copy-ready code
/* CSS */
color: #e52fdf;
background-color: #e52fdf;
/* Tailwind (arbitrary) */
class="text-[#e52fdf] bg-[#e52fdf]"
/* SCSS */
$brand: #e52fdf;
/* SwiftUI */
Color(red: 0.898, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#e52fdf")Accessibility — WCAG contrast
Aa
#e52fdf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52fdf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow2.6%
Key (black)10.2%
Color previews
#e52fdf text on a black background
contrast 5.80:1
Card sample
#e52fdf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52fdf;
Background color
Panel with #e52fdf background
background-color: #e52fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52fdf; background: linear-gradient(135deg, #e52fdf, #E52F66);