#fe58fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 88, 253
HSL
300°, 99%, 67%
CMYK
0, 65, 0, 0
Luminance
0.3514
Every format
| HEX | #fe58fd |
| RGB | rgb(254, 88, 253) |
| HSL | hsl(300, 99%, 67%) |
| CMYK | cmyk(0%, 65%, 0%, 0%) |
| LAB | lab(65.9 81.0 -50.9) |
| LCH | lch(65.9 95.7 327.8) |
| OKLCH | oklch(0.740 0.266 328.1) |
Copy-ready code
/* CSS */
color: #fe58fd;
background-color: #fe58fd;
/* Tailwind (arbitrary) */
class="text-[#fe58fd] bg-[#fe58fd]"
/* SCSS */
$brand: #fe58fd;
/* SwiftUI */
Color(red: 0.996, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#fe58fd")Accessibility — WCAG contrast
Aa
#fe58fd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe58fd on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green34.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow0.4%
Key (black)0.4%
Color previews
#fe58fd text on a black background
contrast 8.03:1
Card sample
#fe58fd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe58fd;
Background color
Panel with #fe58fd background
background-color: #fe58fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe58fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe58fd; background: linear-gradient(135deg, #fe58fd, #FE588E);