#fd59cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 89, 207
HSL
317°, 98%, 67%
CMYK
0, 65, 18, 1
Luminance
0.3253
Every format
| HEX | #fd59cf |
| RGB | rgb(253, 89, 207) |
| HSL | hsl(317, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 18%, 1%) |
| LAB | lab(63.8 73.6 -28.6) |
| LCH | lch(63.8 79.0 338.8) |
| OKLCH | oklch(0.718 0.232 340.7) |
Copy-ready code
/* CSS */
color: #fd59cf;
background-color: #fd59cf;
/* Tailwind (arbitrary) */
class="text-[#fd59cf] bg-[#fd59cf]"
/* SCSS */
$brand: #fd59cf;
/* SwiftUI */
Color(red: 0.992, green: 0.349, blue: 0.812)
/* Android */
Color.parseColor("#fd59cf")Accessibility — WCAG contrast
Aa
#fd59cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd59cf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fd59cf text on a black background
contrast 7.51:1
Card sample
#fd59cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd59cf;
Background color
Panel with #fd59cf background
background-color: #fd59cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd59cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 89, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 89, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd59cf; background: linear-gradient(135deg, #fd59cf, #FD5962);