#ea59fc
a light, electric magenta / pink · warm · closest name: magenta
RGB
234, 89, 252
HSL
293°, 96%, 67%
CMYK
7, 65, 0, 1
Luminance
0.3167
Every format
| HEX | #ea59fc |
| RGB | rgb(234, 89, 252) |
| HSL | hsl(293, 96%, 67%) |
| CMYK | cmyk(7%, 65%, 0%, 1%) |
| LAB | lab(63.1 76.0 -55.0) |
| LCH | lch(63.1 93.8 324.1) |
| OKLCH | oklch(0.714 0.255 323.1) |
Copy-ready code
/* CSS */
color: #ea59fc;
background-color: #ea59fc;
/* Tailwind (arbitrary) */
class="text-[#ea59fc] bg-[#ea59fc]"
/* SCSS */
$brand: #ea59fc;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.988)
/* Android */
Color.parseColor("#ea59fc")Accessibility — WCAG contrast
Aa
#ea59fc on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59fc on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta64.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ea59fc text on a black background
contrast 7.33:1
Card sample
#ea59fc text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59fc;
Background color
Panel with #ea59fc background
background-color: #ea59fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59fc; background: linear-gradient(135deg, #ea59fc, #FC59A1);