#e034b0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 52, 176
HSL
317°, 74%, 54%
CMYK
0, 77, 21, 12
Luminance
0.2144
Every format
| HEX | #e034b0 |
| RGB | rgb(224, 52, 176) |
| HSL | hsl(317, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 21%, 12%) |
| LAB | lab(53.4 74.8 -27.1) |
| LCH | lch(53.4 79.6 340.1) |
| OKLCH | oklch(0.630 0.236 342.0) |
Copy-ready code
/* CSS */
color: #e034b0;
background-color: #e034b0;
/* Tailwind (arbitrary) */
class="text-[#e034b0] bg-[#e034b0]"
/* SCSS */
$brand: #e034b0;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.690)
/* Android */
Color.parseColor("#e034b0")Accessibility — WCAG contrast
Aa
#e034b0 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034b0 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow21.4%
Key (black)12.2%
Color previews
#e034b0 text on a black background
contrast 5.29:1
Card sample
#e034b0 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034b0;
Background color
Panel with #e034b0 background
background-color: #e034b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034b0; background: linear-gradient(135deg, #e034b0, #E0343D);