#ea2abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
234, 42, 187
HSL
315°, 82%, 54%
CMYK
0, 82, 20, 8
Luminance
0.2274
Every format
| HEX | #ea2abb |
| RGB | rgb(234, 42, 187) |
| HSL | hsl(315, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 20%, 8%) |
| LAB | lab(54.8 80.8 -31.3) |
| LCH | lch(54.8 86.7 338.8) |
| OKLCH | oklch(0.645 0.257 340.8) |
Copy-ready code
/* CSS */
color: #ea2abb;
background-color: #ea2abb;
/* Tailwind (arbitrary) */
class="text-[#ea2abb] bg-[#ea2abb]"
/* SCSS */
$brand: #ea2abb;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#ea2abb")Accessibility — WCAG contrast
Aa
#ea2abb on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2abb on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow20.1%
Key (black)8.2%
Color previews
#ea2abb text on a black background
contrast 5.55:1
Card sample
#ea2abb text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2abb;
Background color
Panel with #ea2abb background
background-color: #ea2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2abb; background: linear-gradient(135deg, #ea2abb, #EA2A3B);