#e02dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 45, 251
HSL
292°, 96%, 58%
CMYK
11, 82, 0, 2
Luminance
0.2469
Every format
| HEX | #e02dfb |
| RGB | rgb(224, 45, 251) |
| HSL | hsl(292, 96%, 58%) |
| CMYK | cmyk(11%, 82%, 0%, 2%) |
| LAB | lab(56.8 87.5 -64.6) |
| LCH | lch(56.8 108.7 323.6) |
| OKLCH | oklch(0.666 0.293 321.8) |
Copy-ready code
/* CSS */
color: #e02dfb;
background-color: #e02dfb;
/* Tailwind (arbitrary) */
class="text-[#e02dfb] bg-[#e02dfb]"
/* SCSS */
$brand: #e02dfb;
/* SwiftUI */
Color(red: 0.878, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#e02dfb")Accessibility — WCAG contrast
Aa
#e02dfb on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e02dfb on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green17.6%
Blue98.4%
CMYK percentages
Cyan10.8%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#e02dfb text on a black background
contrast 5.94:1
Card sample
#e02dfb text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e02dfb;
Background color
Panel with #e02dfb background
background-color: #e02dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e02dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e02dfb; background: linear-gradient(135deg, #e02dfb, #FB2D8D);