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