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