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