#e034df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
224, 52, 223
HSL
300°, 74%, 54%
CMYK
0, 77, 0, 12
Luminance
0.2363
Every format
| HEX | #e034df |
| RGB | rgb(224, 52, 223) |
| HSL | hsl(300, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 0%, 12%) |
| LAB | lab(55.7 81.4 -50.6) |
| LCH | lch(55.7 95.8 328.1) |
| OKLCH | oklch(0.654 0.267 328.4) |
Copy-ready code
/* CSS */
color: #e034df;
background-color: #e034df;
/* Tailwind (arbitrary) */
class="text-[#e034df] bg-[#e034df]"
/* SCSS */
$brand: #e034df;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#e034df")Accessibility — WCAG contrast
Aa
#e034df on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034df on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow0.4%
Key (black)12.2%
Color previews
#e034df text on a black background
contrast 5.73:1
Card sample
#e034df text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034df;
Background color
Panel with #e034df background
background-color: #e034df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034df; background: linear-gradient(135deg, #e034df, #E0346C);