#e53af2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 58, 242
HSL
296°, 88%, 59%
CMYK
5, 76, 0, 5
Luminance
0.2609
Every format
| HEX | #e53af2 |
| RGB | rgb(229, 58, 242) |
| HSL | hsl(296, 88%, 59%) |
| CMYK | cmyk(5%, 76%, 0%, 5%) |
| LAB | lab(58.1 83.7 -57.4) |
| LCH | lch(58.1 101.5 325.6) |
| OKLCH | oklch(0.676 0.278 324.9) |
Copy-ready code
/* CSS */
color: #e53af2;
background-color: #e53af2;
/* Tailwind (arbitrary) */
class="text-[#e53af2] bg-[#e53af2]"
/* SCSS */
$brand: #e53af2;
/* SwiftUI */
Color(red: 0.898, green: 0.227, blue: 0.949)
/* Android */
Color.parseColor("#e53af2")Accessibility — WCAG contrast
Aa
#e53af2 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e53af2 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.7%
Blue94.9%
CMYK percentages
Cyan5.4%
Magenta76.0%
Yellow0.0%
Key (black)5.1%
Color previews
#e53af2 text on a black background
contrast 6.22:1
Card sample
#e53af2 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e53af2;
Background color
Panel with #e53af2 background
background-color: #e53af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e53af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 58, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 58, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e53af2; background: linear-gradient(135deg, #e53af2, #F23A84);