#ea2abe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 42, 190
HSL
314°, 82%, 54%
CMYK
0, 82, 19, 8
Luminance
0.2287
Every format
| HEX | #ea2abe |
| RGB | rgb(234, 42, 190) |
| HSL | hsl(314, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 19%, 8%) |
| LAB | lab(54.9 81.2 -32.8) |
| LCH | lch(54.9 87.6 338.0) |
| OKLCH | oklch(0.646 0.259 339.9) |
Copy-ready code
/* CSS */
color: #ea2abe;
background-color: #ea2abe;
/* Tailwind (arbitrary) */
class="text-[#ea2abe] bg-[#ea2abe]"
/* SCSS */
$brand: #ea2abe;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#ea2abe")Accessibility — WCAG contrast
Aa
#ea2abe on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2abe on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow18.8%
Key (black)8.2%
Color previews
#ea2abe text on a black background
contrast 5.57:1
Card sample
#ea2abe text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2abe;
Background color
Panel with #ea2abe background
background-color: #ea2abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2abe; background: linear-gradient(135deg, #ea2abe, #EA2A3E);