#fd59ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 89, 171
HSL
330°, 98%, 67%
CMYK
0, 65, 32, 1
Luminance
0.3097
Every format
| HEX | #fd59ab |
| RGB | rgb(253, 89, 171) |
| HSL | hsl(330, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 32%, 1%) |
| LAB | lab(62.5 69.2 -10.0) |
| LCH | lch(62.5 69.9 351.7) |
| OKLCH | oklch(0.705 0.213 353.1) |
Copy-ready code
/* CSS */
color: #fd59ab;
background-color: #fd59ab;
/* Tailwind (arbitrary) */
class="text-[#fd59ab] bg-[#fd59ab]"
/* SCSS */
$brand: #fd59ab;
/* SwiftUI */
Color(red: 0.992, green: 0.349, blue: 0.671)
/* Android */
Color.parseColor("#fd59ab")Accessibility — WCAG contrast
Aa
#fd59ab on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd59ab on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow32.4%
Key (black)0.8%
Color previews
#fd59ab text on a black background
contrast 7.19:1
Card sample
#fd59ab text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd59ab;
Background color
Panel with #fd59ab background
background-color: #fd59ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd59ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 89, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 89, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd59ab; background: linear-gradient(135deg, #fd59ab, #FD7559);