#fd59ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 89, 186
HSL
325°, 98%, 67%
CMYK
0, 65, 27, 1
Luminance
0.3157
Every format
| HEX | #fd59ba |
| RGB | rgb(253, 89, 186) |
| HSL | hsl(325, 98%, 67%) |
| CMYK | cmyk(0%, 65%, 27%, 1%) |
| LAB | lab(63.0 70.9 -17.9) |
| LCH | lch(63.0 73.1 345.9) |
| OKLCH | oklch(0.710 0.220 347.7) |
Copy-ready code
/* CSS */
color: #fd59ba;
background-color: #fd59ba;
/* Tailwind (arbitrary) */
class="text-[#fd59ba] bg-[#fd59ba]"
/* SCSS */
$brand: #fd59ba;
/* SwiftUI */
Color(red: 0.992, green: 0.349, blue: 0.729)
/* Android */
Color.parseColor("#fd59ba")Accessibility — WCAG contrast
Aa
#fd59ba on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd59ba on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow26.5%
Key (black)0.8%
Color previews
#fd59ba text on a black background
contrast 7.31:1
Card sample
#fd59ba text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd59ba;
Background color
Panel with #fd59ba background
background-color: #fd59ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd59ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 89, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 89, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd59ba; background: linear-gradient(135deg, #fd59ba, #FD6659);