#ea2fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
234, 47, 223
HSL
304°, 82%, 55%
CMYK
0, 80, 5, 8
Luminance
0.2485
Every format
| HEX | #ea2fdf |
| RGB | rgb(234, 47, 223) |
| HSL | hsl(304, 82%, 55%) |
| CMYK | cmyk(0%, 80%, 5%, 8%) |
| LAB | lab(56.9 84.5 -48.5) |
| LCH | lch(56.9 97.5 330.1) |
| OKLCH | oklch(0.665 0.276 330.9) |
Copy-ready code
/* CSS */
color: #ea2fdf;
background-color: #ea2fdf;
/* Tailwind (arbitrary) */
class="text-[#ea2fdf] bg-[#ea2fdf]"
/* SCSS */
$brand: #ea2fdf;
/* SwiftUI */
Color(red: 0.918, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#ea2fdf")Accessibility — WCAG contrast
Aa
#ea2fdf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2fdf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow4.7%
Key (black)8.2%
Color previews
#ea2fdf text on a black background
contrast 5.97:1
Card sample
#ea2fdf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2fdf;
Background color
Panel with #ea2fdf background
background-color: #ea2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2fdf; background: linear-gradient(135deg, #ea2fdf, #EA2F62);