#e53af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 58, 244
HSL
295°, 89%, 59%
CMYK
6, 76, 0, 4
Luminance
0.2622
Every format
| HEX | #e53af4 |
| RGB | rgb(229, 58, 244) |
| HSL | hsl(295, 89%, 59%) |
| CMYK | cmyk(6%, 76%, 0%, 4%) |
| LAB | lab(58.2 84.0 -58.3) |
| LCH | lch(58.2 102.3 325.3) |
| OKLCH | oklch(0.677 0.279 324.4) |
Copy-ready code
/* CSS */
color: #e53af4;
background-color: #e53af4;
/* Tailwind (arbitrary) */
class="text-[#e53af4] bg-[#e53af4]"
/* SCSS */
$brand: #e53af4;
/* SwiftUI */
Color(red: 0.898, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#e53af4")Accessibility — WCAG contrast
Aa
#e53af4 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e53af4 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.7%
Blue95.7%
CMYK percentages
Cyan6.1%
Magenta76.2%
Yellow0.0%
Key (black)4.3%
Color previews
#e53af4 text on a black background
contrast 6.24:1
Card sample
#e53af4 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e53af4;
Background color
Panel with #e53af4 background
background-color: #e53af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e53af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e53af4; background: linear-gradient(135deg, #e53af4, #F43A87);