#e047eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 71, 235
HSL
296°, 80%, 60%
CMYK
5, 70, 0, 8
Luminance
0.2635
Every format
| HEX | #e047eb |
| RGB | rgb(224, 71, 235) |
| HSL | hsl(296, 80%, 60%) |
| CMYK | cmyk(5%, 70%, 0%, 8%) |
| LAB | lab(58.4 77.6 -53.1) |
| LCH | lch(58.4 94.0 325.6) |
| OKLCH | oklch(0.675 0.258 325.1) |
Copy-ready code
/* CSS */
color: #e047eb;
background-color: #e047eb;
/* Tailwind (arbitrary) */
class="text-[#e047eb] bg-[#e047eb]"
/* SCSS */
$brand: #e047eb;
/* SwiftUI */
Color(red: 0.878, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#e047eb")Accessibility — WCAG contrast
Aa
#e047eb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e047eb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green27.8%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#e047eb text on a black background
contrast 6.27:1
Card sample
#e047eb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e047eb;
Background color
Panel with #e047eb background
background-color: #e047eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e047eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e047eb; background: linear-gradient(135deg, #e047eb, #EB4789);