#ea2acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
234, 42, 207
HSL
308°, 82%, 54%
CMYK
0, 82, 12, 8
Luminance
0.2365
Every format
| HEX | #ea2acf |
| RGB | rgb(234, 42, 207) |
| HSL | hsl(308, 82%, 54%) |
| CMYK | cmyk(0%, 82%, 12%, 8%) |
| LAB | lab(55.7 83.4 -41.3) |
| LCH | lch(55.7 93.1 333.6) |
| OKLCH | oklch(0.654 0.269 335.1) |
Copy-ready code
/* CSS */
color: #ea2acf;
background-color: #ea2acf;
/* Tailwind (arbitrary) */
class="text-[#ea2acf] bg-[#ea2acf]"
/* SCSS */
$brand: #ea2acf;
/* SwiftUI */
Color(red: 0.918, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#ea2acf")Accessibility — WCAG contrast
Aa
#ea2acf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2acf on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green16.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow11.5%
Key (black)8.2%
Color previews
#ea2acf text on a black background
contrast 5.73:1
Card sample
#ea2acf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2acf;
Background color
Panel with #ea2acf background
background-color: #ea2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2acf; background: linear-gradient(135deg, #ea2acf, #EA2A4F);