#fd58cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 88, 203
HSL
318°, 98%, 67%
CMYK
0, 65, 20, 1
Luminance
0.3217
Every format
| HEX | #fd58cb |
| RGB | rgb(253, 88, 203) |
| HSL | hsl(318, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 20%, 1%) |
| LAB | lab(63.5 73.5 -26.8) |
| LCH | lch(63.5 78.2 340.0) |
| OKLCH | oklch(0.716 0.231 341.9) |
Copy-ready code
/* CSS */
color: #fd58cb;
background-color: #fd58cb;
/* Tailwind (arbitrary) */
class="text-[#fd58cb] bg-[#fd58cb]"
/* SCSS */
$brand: #fd58cb;
/* SwiftUI */
Color(red: 0.992, green: 0.345, blue: 0.796)
/* Android */
Color.parseColor("#fd58cb")Accessibility — WCAG contrast
Aa
#fd58cb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd58cb on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow19.8%
Key (black)0.8%
Color previews
#fd58cb text on a black background
contrast 7.43:1
Card sample
#fd58cb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd58cb;
Background color
Panel with #fd58cb background
background-color: #fd58cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd58cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 88, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 88, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd58cb; background: linear-gradient(135deg, #fd58cb, #FD585D);