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