#ea59ee
a balanced, electric magenta / pink · warm · closest name: violet
RGB
234, 89, 238
HSL
298°, 81%, 64%
CMYK
2, 63, 0, 7
Luminance
0.3081
Every format
| HEX | #ea59ee |
| RGB | rgb(234, 89, 238) |
| HSL | hsl(298, 81%, 64%) |
| CMYK | cmyk(2%, 63%, 0%, 7%) |
| LAB | lab(62.4 73.7 -48.4) |
| LCH | lch(62.4 88.1 326.7) |
| OKLCH | oklch(0.707 0.244 326.7) |
Copy-ready code
/* CSS */
color: #ea59ee;
background-color: #ea59ee;
/* Tailwind (arbitrary) */
class="text-[#ea59ee] bg-[#ea59ee]"
/* SCSS */
$brand: #ea59ee;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.933)
/* Android */
Color.parseColor("#ea59ee")Accessibility — WCAG contrast
Aa
#ea59ee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59ee on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue93.3%
CMYK percentages
Cyan1.7%
Magenta62.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ea59ee text on a black background
contrast 7.16:1
Card sample
#ea59ee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59ee;
Background color
Panel with #ea59ee background
background-color: #ea59ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59ee; background: linear-gradient(135deg, #ea59ee, #EE598F);