#e04eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 78, 179
HSL
319°, 70%, 59%
CMYK
0, 65, 20, 12
Luminance
0.2455
Every format
| HEX | #e04eb3 |
| RGB | rgb(224, 78, 179) |
| HSL | hsl(319, 70%, 59%) |
| CMYK | cmyk(0%, 65%, 20%, 12%) |
| LAB | lab(56.6 66.5 -23.9) |
| LCH | lch(56.6 70.7 340.2) |
| OKLCH | oklch(0.654 0.209 342.1) |
Copy-ready code
/* CSS */
color: #e04eb3;
background-color: #e04eb3;
/* Tailwind (arbitrary) */
class="text-[#e04eb3] bg-[#e04eb3]"
/* SCSS */
$brand: #e04eb3;
/* SwiftUI */
Color(red: 0.878, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#e04eb3")Accessibility — WCAG contrast
Aa
#e04eb3 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e04eb3 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow20.1%
Key (black)12.2%
Color previews
#e04eb3 text on a black background
contrast 5.91:1
Card sample
#e04eb3 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e04eb3;
Background color
Panel with #e04eb3 background
background-color: #e04eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e04eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e04eb3; background: linear-gradient(135deg, #e04eb3, #E04E52);