#e034ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 52, 186
HSL
313°, 74%, 54%
CMYK
0, 77, 17, 12
Luminance
0.2185
Every format
| HEX | #e034ba |
| RGB | rgb(224, 52, 186) |
| HSL | hsl(313, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 17%, 12%) |
| LAB | lab(53.9 76.1 -32.3) |
| LCH | lch(53.9 82.7 337.0) |
| OKLCH | oklch(0.635 0.243 338.9) |
Copy-ready code
/* CSS */
color: #e034ba;
background-color: #e034ba;
/* Tailwind (arbitrary) */
class="text-[#e034ba] bg-[#e034ba]"
/* SCSS */
$brand: #e034ba;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.729)
/* Android */
Color.parseColor("#e034ba")Accessibility — WCAG contrast
Aa
#e034ba on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e034ba on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow17.0%
Key (black)12.2%
Color previews
#e034ba text on a black background
contrast 5.37:1
Card sample
#e034ba text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e034ba;
Background color
Panel with #e034ba background
background-color: #e034ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e034ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e034ba; background: linear-gradient(135deg, #e034ba, #E03447);