#ea2a94
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 42, 148
HSL
327°, 82%, 54%
CMYK
0, 82, 37, 8
Luminance
0.2129
Every format
| HEX | #ea2a94 |
| RGB | rgb(234, 42, 148) |
| HSL | hsl(327, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 37%, 8%) |
| LAB | lab(53.3 76.5 -10.7) |
| LCH | lch(53.3 77.2 352.0) |
| OKLCH | oklch(0.628 0.237 353.3) |
Copy-ready code
/* CSS */
color: #ea2a94;
background-color: #ea2a94;
/* Tailwind (arbitrary) */
class="text-[#ea2a94] bg-[#ea2a94]"
/* SCSS */
$brand: #ea2a94;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.580)
/* Android */
Color.parseColor("#ea2a94")Accessibility — WCAG contrast
Aa
#ea2a94 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2a94 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow36.8%
Key (black)8.2%
Color previews
#ea2a94 text on a black background
contrast 5.26:1
Card sample
#ea2a94 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2a94;
Background color
Panel with #ea2a94 background
background-color: #ea2a94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2a94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2a94; background: linear-gradient(135deg, #ea2a94, #EA402A);