#fe59eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 89, 235
HSL
307°, 99%, 67%
CMYK
0, 65, 8, 0
Luminance
0.3421
Every format
| HEX | #fe59eb |
| RGB | rgb(254, 89, 235) |
| HSL | hsl(307, 99%, 67%) |
| CMYK | cmyk(0%, 65%, 8%, 0%) |
| LAB | lab(65.1 77.9 -42.1) |
| LCH | lch(65.1 88.5 331.6) |
| OKLCH | oklch(0.732 0.252 332.7) |
Copy-ready code
/* CSS */
color: #fe59eb;
background-color: #fe59eb;
/* Tailwind (arbitrary) */
class="text-[#fe59eb] bg-[#fe59eb]"
/* SCSS */
$brand: #fe59eb;
/* SwiftUI */
Color(red: 0.996, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#fe59eb")Accessibility — WCAG contrast
Aa
#fe59eb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe59eb on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green34.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow7.5%
Key (black)0.4%
Color previews
#fe59eb text on a black background
contrast 7.84:1
Card sample
#fe59eb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe59eb;
Background color
Panel with #fe59eb background
background-color: #fe59eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe59eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe59eb; background: linear-gradient(135deg, #fe59eb, #FE597D);