#ea59ff
a light, electric magenta / pink · warm · closest name: magenta
RGB
234, 89, 255
HSL
292°, 100%, 68%
CMYK
8, 65, 0, 0
Luminance
0.3186
Every format
| HEX | #ea59ff |
| RGB | rgb(234, 89, 255) |
| HSL | hsl(292, 100%, 68%) |
| CMYK | cmyk(8%, 65%, 0%, 0%) |
| LAB | lab(63.2 76.5 -56.4) |
| LCH | lch(63.2 95.1 323.6) |
| OKLCH | oklch(0.716 0.258 322.4) |
Copy-ready code
/* CSS */
color: #ea59ff;
background-color: #ea59ff;
/* Tailwind (arbitrary) */
class="text-[#ea59ff] bg-[#ea59ff]"
/* SCSS */
$brand: #ea59ff;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 1.000)
/* Android */
Color.parseColor("#ea59ff")Accessibility — WCAG contrast
Aa
#ea59ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59ff on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta65.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ea59ff text on a black background
contrast 7.37:1
Card sample
#ea59ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59ff;
Background color
Panel with #ea59ff background
background-color: #ea59ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59ff; background: linear-gradient(135deg, #ea59ff, #FF59A5);