#e53afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 58, 253
HSL
293°, 98%, 61%
CMYK
10, 77, 0, 1
Luminance
0.2678
Every format
| HEX | #e53afd |
| RGB | rgb(229, 58, 253) |
| HSL | hsl(293, 98%, 61%) |
| CMYK | cmyk(10%, 77%, 0%, 1%) |
| LAB | lab(58.8 85.5 -62.4) |
| LCH | lch(58.8 105.9 323.9) |
| OKLCH | oklch(0.682 0.286 322.3) |
Copy-ready code
/* CSS */
color: #e53afd;
background-color: #e53afd;
/* Tailwind (arbitrary) */
class="text-[#e53afd] bg-[#e53afd]"
/* SCSS */
$brand: #e53afd;
/* SwiftUI */
Color(red: 0.898, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#e53afd")Accessibility — WCAG contrast
Aa
#e53afd on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e53afd on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.7%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#e53afd text on a black background
contrast 6.36:1
Card sample
#e53afd text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e53afd;
Background color
Panel with #e53afd background
background-color: #e53afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e53afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e53afd; background: linear-gradient(135deg, #e53afd, #FD3A93);