#ea2acb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
234, 42, 203
HSL
310°, 82%, 54%
CMYK
0, 82, 13, 8
Luminance
0.2346
Every format
| HEX | #ea2acb |
| RGB | rgb(234, 42, 203) |
| HSL | hsl(310, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 13%, 8%) |
| LAB | lab(55.5 82.9 -39.3) |
| LCH | lch(55.5 91.7 334.6) |
| OKLCH | oklch(0.652 0.266 336.2) |
Copy-ready code
/* CSS */
color: #ea2acb;
background-color: #ea2acb;
/* Tailwind (arbitrary) */
class="text-[#ea2acb] bg-[#ea2acb]"
/* SCSS */
$brand: #ea2acb;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#ea2acb")Accessibility — WCAG contrast
Aa
#ea2acb on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2acb on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow13.2%
Key (black)8.2%
Color previews
#ea2acb text on a black background
contrast 5.69:1
Card sample
#ea2acb text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2acb;
Background color
Panel with #ea2acb background
background-color: #ea2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2acb; background: linear-gradient(135deg, #ea2acb, #EA2A4B);