#e03491
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 52, 145
HSL
328°, 74%, 54%
CMYK
0, 77, 35, 12
Luminance
0.2035
Every format
| HEX | #e03491 |
| RGB | rgb(224, 52, 145) |
| HSL | hsl(328, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 35%, 12%) |
| LAB | lab(52.2 71.2 -10.7) |
| LCH | lch(52.2 72.0 351.5) |
| OKLCH | oklch(0.617 0.220 352.9) |
Copy-ready code
/* CSS */
color: #e03491;
background-color: #e03491;
/* Tailwind (arbitrary) */
class="text-[#e03491] bg-[#e03491]"
/* SCSS */
$brand: #e03491;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.569)
/* Android */
Color.parseColor("#e03491")Accessibility — WCAG contrast
Aa
#e03491 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e03491 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow35.3%
Key (black)12.2%
Color previews
#e03491 text on a black background
contrast 5.07:1
Card sample
#e03491 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e03491;
Background color
Panel with #e03491 background
background-color: #e03491;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e03491;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e03491; background: linear-gradient(135deg, #e03491, #E04A34);