#ea59e7
a balanced, electric magenta / pink · warm · closest name: violet
RGB
234, 89, 231
HSL
301°, 78%, 63%
CMYK
0, 62, 1, 8
Luminance
0.3041
Every format
| HEX | #ea59e7 |
| RGB | rgb(234, 89, 231) |
| HSL | hsl(301, 78%, 63%) |
| CMYK | cmyk(0%, 62%, 1%, 8%) |
| LAB | lab(62.0 72.5 -45.0) |
| LCH | lch(62.0 85.3 328.2) |
| OKLCH | oklch(0.703 0.238 328.6) |
Copy-ready code
/* CSS */
color: #ea59e7;
background-color: #ea59e7;
/* Tailwind (arbitrary) */
class="text-[#ea59e7] bg-[#ea59e7]"
/* SCSS */
$brand: #ea59e7;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.906)
/* Android */
Color.parseColor("#ea59e7")Accessibility — WCAG contrast
Aa
#ea59e7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea59e7 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow1.3%
Key (black)8.2%
Color previews
#ea59e7 text on a black background
contrast 7.08:1
Card sample
#ea59e7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea59e7;
Background color
Panel with #ea59e7 background
background-color: #ea59e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea59e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea59e7; background: linear-gradient(135deg, #ea59e7, #EA5986);