#e53af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 58, 249
HSL
294°, 94%, 60%
CMYK
8, 77, 0, 2
Luminance
0.2652
Every format
| HEX | #e53af9 |
| RGB | rgb(229, 58, 249) |
| HSL | hsl(294, 94%, 60%) |
| CMYK | cmyk(8%, 77%, 0%, 2%) |
| LAB | lab(58.5 84.8 -60.6) |
| LCH | lch(58.5 104.3 324.5) |
| OKLCH | oklch(0.680 0.283 323.3) |
Copy-ready code
/* CSS */
color: #e53af9;
background-color: #e53af9;
/* Tailwind (arbitrary) */
class="text-[#e53af9] bg-[#e53af9]"
/* SCSS */
$brand: #e53af9;
/* SwiftUI */
Color(red: 0.898, green: 0.227, blue: 0.976)
/* Android */
Color.parseColor("#e53af9")Accessibility — WCAG contrast
Aa
#e53af9 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e53af9 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.7%
Blue97.6%
CMYK percentages
Cyan8.0%
Magenta76.7%
Yellow0.0%
Key (black)2.4%
Color previews
#e53af9 text on a black background
contrast 6.30:1
Card sample
#e53af9 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e53af9;
Background color
Panel with #e53af9 background
background-color: #e53af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e53af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 58, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 58, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e53af9; background: linear-gradient(135deg, #e53af9, #F93A8E);