#ea326f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
234, 50, 111
HSL
340°, 81%, 56%
CMYK
0, 79, 53, 8
Luminance
0.2092
Every format
| HEX | #ea326f |
| RGB | rgb(234, 50, 111) |
| HSL | hsl(340, 81%, 56%) |
| CMYK | cmyk(0%, 79%, 53%, 8%) |
| LAB | lab(52.9 71.3 10.9) |
| LCH | lch(52.9 72.1 8.7) |
| OKLCH | oklch(0.622 0.219 7.3) |
Copy-ready code
/* CSS */
color: #ea326f;
background-color: #ea326f;
/* Tailwind (arbitrary) */
class="text-[#ea326f] bg-[#ea326f]"
/* SCSS */
$brand: #ea326f;
/* SwiftUI */
Color(red: 0.918, green: 0.196, blue: 0.435)
/* Android */
Color.parseColor("#ea326f")Accessibility — WCAG contrast
Aa
#ea326f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea326f on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green19.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow52.6%
Key (black)8.2%
Color previews
#ea326f text on a black background
contrast 5.18:1
Card sample
#ea326f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea326f;
Background color
Panel with #ea326f background
background-color: #ea326f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea326f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 50, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 50, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea326f; background: linear-gradient(135deg, #ea326f, #EA7032);