#e014da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 20, 218
HSL
302°, 84%, 48%
CMYK
0, 91, 3, 12
Luminance
0.2141
Every format
| HEX | #e014da |
| RGB | rgb(224, 20, 218) |
| HSL | hsl(302, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 3%, 12%) |
| LAB | lab(53.4 86.6 -51.4) |
| LCH | lch(53.4 100.7 329.3) |
| OKLCH | oklch(0.636 0.283 329.8) |
Copy-ready code
/* CSS */
color: #e014da;
background-color: #e014da;
/* Tailwind (arbitrary) */
class="text-[#e014da] bg-[#e014da]"
/* SCSS */
$brand: #e014da;
/* SwiftUI */
Color(red: 0.878, green: 0.078, blue: 0.855)
/* Android */
Color.parseColor("#e014da")Accessibility — WCAG contrast
Aa
#e014da on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e014da on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green7.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow2.7%
Key (black)12.2%
Color previews
#e014da text on a black background
contrast 5.28:1
Card sample
#e014da text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e014da;
Background color
Panel with #e014da background
background-color: #e014da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e014da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 20, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 20, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e014da; background: linear-gradient(135deg, #e014da, #E01452);