#ea59f6
a light, electric magenta / pink · warm · closest name: magenta
RGB
234, 89, 246
HSL
295°, 90%, 66%
CMYK
5, 64, 0, 4
Luminance
0.3129
Every format
| HEX | #ea59f6 |
| RGB | rgb(234, 89, 246) |
| HSL | hsl(295, 90%, 66%) |
| CMYK | cmyk(5%, 64%, 0%, 4%) |
| LAB | lab(62.8 75.0 -52.2) |
| LCH | lch(62.8 91.3 325.2) |
| OKLCH | oklch(0.711 0.250 324.6) |
Copy-ready code
/* CSS */
color: #ea59f6;
background-color: #ea59f6;
/* Tailwind (arbitrary) */
class="text-[#ea59f6] bg-[#ea59f6]"
/* SCSS */
$brand: #ea59f6;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.965)
/* Android */
Color.parseColor("#ea59f6")Accessibility — WCAG contrast
Aa
#ea59f6 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59f6 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue96.5%
CMYK percentages
Cyan4.9%
Magenta63.8%
Yellow0.0%
Key (black)3.5%
Color previews
#ea59f6 text on a black background
contrast 7.26:1
Card sample
#ea59f6 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59f6;
Background color
Panel with #ea59f6 background
background-color: #ea59f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59f6; background: linear-gradient(135deg, #ea59f6, #F65999);