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