#e034db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
224, 52, 219
HSL
302°, 74%, 54%
CMYK
0, 77, 2, 12
Luminance
0.2342
Every format
| HEX | #e034db |
| RGB | rgb(224, 52, 219) |
| HSL | hsl(302, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 2%, 12%) |
| LAB | lab(55.5 80.8 -48.6) |
| LCH | lch(55.5 94.3 328.9) |
| OKLCH | oklch(0.652 0.265 329.4) |
Copy-ready code
/* CSS */
color: #e034db;
background-color: #e034db;
/* Tailwind (arbitrary) */
class="text-[#e034db] bg-[#e034db]"
/* SCSS */
$brand: #e034db;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.859)
/* Android */
Color.parseColor("#e034db")Accessibility — WCAG contrast
Aa
#e034db on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034db on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow2.2%
Key (black)12.2%
Color previews
#e034db text on a black background
contrast 5.68:1
Card sample
#e034db text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034db;
Background color
Panel with #e034db background
background-color: #e034db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034db; background: linear-gradient(135deg, #e034db, #E03468);