#e042ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 66, 171
HSL
320°, 72%, 57%
CMYK
0, 71, 24, 12
Luminance
0.2268
Every format
| HEX | #e042ab |
| RGB | rgb(224, 66, 171) |
| HSL | hsl(320, 72%, 57%) |
| CMYK | cmyk(0%, 71%, 24%, 12%) |
| LAB | lab(54.8 69.9 -22.2) |
| LCH | lch(54.8 73.3 342.4) |
| OKLCH | oklch(0.639 0.219 344.3) |
Copy-ready code
/* CSS */
color: #e042ab;
background-color: #e042ab;
/* Tailwind (arbitrary) */
class="text-[#e042ab] bg-[#e042ab]"
/* SCSS */
$brand: #e042ab;
/* SwiftUI */
Color(red: 0.878, green: 0.259, blue: 0.671)
/* Android */
Color.parseColor("#e042ab")Accessibility — WCAG contrast
Aa
#e042ab on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e042ab on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green25.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow23.7%
Key (black)12.2%
Color previews
#e042ab text on a black background
contrast 5.54:1
Card sample
#e042ab text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e042ab;
Background color
Panel with #e042ab background
background-color: #e042ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e042ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 66, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 66, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e042ab; background: linear-gradient(135deg, #e042ab, #E04242);