#fd58ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 88, 236
HSL
306°, 98%, 67%
CMYK
0, 65, 7, 1
Luminance
0.3392
Every format
| HEX | #fd58ec |
| RGB | rgb(253, 88, 236) |
| HSL | hsl(306, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 7%, 1%) |
| LAB | lab(64.9 78.1 -43.0) |
| LCH | lch(64.9 89.2 331.1) |
| OKLCH | oklch(0.731 0.253 332.2) |
Copy-ready code
/* CSS */
color: #fd58ec;
background-color: #fd58ec;
/* Tailwind (arbitrary) */
class="text-[#fd58ec] bg-[#fd58ec]"
/* SCSS */
$brand: #fd58ec;
/* SwiftUI */
Color(red: 0.992, green: 0.345, blue: 0.925)
/* Android */
Color.parseColor("#fd58ec")Accessibility — WCAG contrast
Aa
#fd58ec on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd58ec on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fd58ec text on a black background
contrast 7.78:1
Card sample
#fd58ec text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd58ec;
Background color
Panel with #fd58ec background
background-color: #fd58ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd58ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 88, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 88, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd58ec; background: linear-gradient(135deg, #fd58ec, #FD587E);