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