#fd32ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 50, 171
HSL
324°, 98%, 59%
CMYK
0, 80, 32, 1
Luminance
0.2610
Every format
| HEX | #fd32ab |
| RGB | rgb(253, 50, 171) |
| HSL | hsl(324, 98%, 59%) |
| CMYK | cmyk(0%, 80%, 32%, 1%) |
| LAB | lab(58.1 81.3 -16.6) |
| LCH | lch(58.1 83.0 348.5) |
| OKLCH | oklch(0.673 0.253 350.2) |
Copy-ready code
/* CSS */
color: #fd32ab;
background-color: #fd32ab;
/* Tailwind (arbitrary) */
class="text-[#fd32ab] bg-[#fd32ab]"
/* SCSS */
$brand: #fd32ab;
/* SwiftUI */
Color(red: 0.992, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#fd32ab")Accessibility — WCAG contrast
Aa
#fd32ab on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd32ab on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow32.4%
Key (black)0.8%
Color previews
#fd32ab text on a black background
contrast 6.22:1
Card sample
#fd32ab text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd32ab;
Background color
Panel with #fd32ab background
background-color: #fd32ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd32ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd32ab; background: linear-gradient(135deg, #fd32ab, #FD4032);