#e044df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
224, 68, 223
HSL
300°, 72%, 57%
CMYK
0, 70, 0, 12
Luminance
0.2531
Every format
| HEX | #e044df |
| RGB | rgb(224, 68, 223) |
| HSL | hsl(300, 72%, 57%) |
| CMYK | cmyk(0%, 70%, 0%, 12%) |
| LAB | lab(57.4 76.6 -47.9) |
| LCH | lch(57.4 90.4 328.0) |
| OKLCH | oklch(0.666 0.252 328.2) |
Copy-ready code
/* CSS */
color: #e044df;
background-color: #e044df;
/* Tailwind (arbitrary) */
class="text-[#e044df] bg-[#e044df]"
/* SCSS */
$brand: #e044df;
/* SwiftUI */
Color(red: 0.878, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#e044df")Accessibility — WCAG contrast
Aa
#e044df on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e044df on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green26.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow0.4%
Key (black)12.2%
Color previews
#e044df text on a black background
contrast 6.06:1
Card sample
#e044df text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e044df;
Background color
Panel with #e044df background
background-color: #e044df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e044df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e044df; background: linear-gradient(135deg, #e044df, #E04477);