#ea59f4
a light, electric magenta / pink · warm · closest name: violet
RGB
234, 89, 244
HSL
296°, 88%, 65%
CMYK
4, 64, 0, 4
Luminance
0.3117
Every format
| HEX | #ea59f4 |
| RGB | rgb(234, 89, 244) |
| HSL | hsl(296, 88%, 65%) |
| CMYK | cmyk(4%, 64%, 0%, 4%) |
| LAB | lab(62.6 74.7 -51.2) |
| LCH | lch(62.6 90.5 325.6) |
| OKLCH | oklch(0.710 0.248 325.1) |
Copy-ready code
/* CSS */
color: #ea59f4;
background-color: #ea59f4;
/* Tailwind (arbitrary) */
class="text-[#ea59f4] bg-[#ea59f4]"
/* SCSS */
$brand: #ea59f4;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.957)
/* Android */
Color.parseColor("#ea59f4")Accessibility — WCAG contrast
Aa
#ea59f4 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59f4 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue95.7%
CMYK percentages
Cyan4.1%
Magenta63.5%
Yellow0.0%
Key (black)4.3%
Color previews
#ea59f4 text on a black background
contrast 7.23:1
Card sample
#ea59f4 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59f4;
Background color
Panel with #ea59f4 background
background-color: #ea59f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59f4; background: linear-gradient(135deg, #ea59f4, #F45997);