#fd59da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 89, 218
HSL
313°, 98%, 67%
CMYK
0, 65, 14, 1
Luminance
0.3309
Every format
| HEX | #fd59da |
| RGB | rgb(253, 89, 218) |
| HSL | hsl(313, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 14%, 1%) |
| LAB | lab(64.2 75.2 -34.0) |
| LCH | lch(64.2 82.5 335.6) |
| OKLCH | oklch(0.723 0.239 337.3) |
Copy-ready code
/* CSS */
color: #fd59da;
background-color: #fd59da;
/* Tailwind (arbitrary) */
class="text-[#fd59da] bg-[#fd59da]"
/* SCSS */
$brand: #fd59da;
/* SwiftUI */
Color(red: 0.992, green: 0.349, blue: 0.855)
/* Android */
Color.parseColor("#fd59da")Accessibility — WCAG contrast
Aa
#fd59da on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd59da on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow13.8%
Key (black)0.8%
Color previews
#fd59da text on a black background
contrast 7.62:1
Card sample
#fd59da text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd59da;
Background color
Panel with #fd59da background
background-color: #fd59da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd59da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 89, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 89, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd59da; background: linear-gradient(135deg, #fd59da, #FD596D);