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