#e034ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 52, 172
HSL
318°, 74%, 54%
CMYK
0, 77, 23, 12
Luminance
0.2128
Every format
| HEX | #e034ac |
| RGB | rgb(224, 52, 172) |
| HSL | hsl(318, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 23%, 12%) |
| LAB | lab(53.3 74.3 -25.1) |
| LCH | lch(53.3 78.4 341.4) |
| OKLCH | oklch(0.628 0.234 343.4) |
Copy-ready code
/* CSS */
color: #e034ac;
background-color: #e034ac;
/* Tailwind (arbitrary) */
class="text-[#e034ac] bg-[#e034ac]"
/* SCSS */
$brand: #e034ac;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.675)
/* Android */
Color.parseColor("#e034ac")Accessibility — WCAG contrast
Aa
#e034ac on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034ac on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow23.2%
Key (black)12.2%
Color previews
#e034ac text on a black background
contrast 5.26:1
Card sample
#e034ac text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034ac;
Background color
Panel with #e034ac background
background-color: #e034ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034ac; background: linear-gradient(135deg, #e034ac, #E03439);