#e02df3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 45, 243
HSL
294°, 89%, 57%
CMYK
8, 82, 0, 5
Luminance
0.2420
Every format
| HEX | #e02df3 |
| RGB | rgb(224, 45, 243) |
| HSL | hsl(294, 89%, 57%) |
| CMYK | cmyk(8%, 82%, 0%, 5%) |
| LAB | lab(56.3 86.2 -60.9) |
| LCH | lch(56.3 105.5 324.8) |
| OKLCH | oklch(0.661 0.287 323.6) |
Copy-ready code
/* CSS */
color: #e02df3;
background-color: #e02df3;
/* Tailwind (arbitrary) */
class="text-[#e02df3] bg-[#e02df3]"
/* SCSS */
$brand: #e02df3;
/* SwiftUI */
Color(red: 0.878, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#e02df3")Accessibility — WCAG contrast
Aa
#e02df3 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02df3 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green17.6%
Blue95.3%
CMYK percentages
Cyan7.8%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#e02df3 text on a black background
contrast 5.84:1
Card sample
#e02df3 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02df3;
Background color
Panel with #e02df3 background
background-color: #e02df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02df3; background: linear-gradient(135deg, #e02df3, #F32D82);