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