#e014b8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
224, 20, 184
HSL
312°, 84%, 48%
CMYK
0, 91, 18, 12
Luminance
0.1981
Every format
| HEX | #e014b8 |
| RGB | rgb(224, 20, 184) |
| HSL | hsl(312, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 18%, 12%) |
| LAB | lab(51.6 82.1 -34.6) |
| LCH | lch(51.6 89.1 337.1) |
| OKLCH | oklch(0.618 0.263 339.0) |
Copy-ready code
/* CSS */
color: #e014b8;
background-color: #e014b8;
/* Tailwind (arbitrary) */
class="text-[#e014b8] bg-[#e014b8]"
/* SCSS */
$brand: #e014b8;
/* SwiftUI */
Color(red: 0.878, green: 0.078, blue: 0.722)
/* Android */
Color.parseColor("#e014b8")Accessibility — WCAG contrast
Aa
#e014b8 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e014b8 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green7.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow17.9%
Key (black)12.2%
Color previews
#e014b8 text on a black background
contrast 4.96:1
Card sample
#e014b8 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e014b8;
Background color
Panel with #e014b8 background
background-color: #e014b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e014b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 20, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 20, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e014b8; background: linear-gradient(135deg, #e014b8, #E01430);