#fd4dab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 77, 171
HSL
328°, 98%, 65%
CMYK
0, 70, 32, 1
Luminance
0.2913
Every format
| HEX | #fd4dab |
| RGB | rgb(253, 77, 171) |
| HSL | hsl(328, 98%, 65%) |
| CMYK | cmyk(0%, 70%, 32%, 1%) |
| LAB | lab(60.9 73.5 -12.4) |
| LCH | lch(60.9 74.6 350.4) |
| OKLCH | oklch(0.693 0.227 351.9) |
Copy-ready code
/* CSS */
color: #fd4dab;
background-color: #fd4dab;
/* Tailwind (arbitrary) */
class="text-[#fd4dab] bg-[#fd4dab]"
/* SCSS */
$brand: #fd4dab;
/* SwiftUI */
Color(red: 0.992, green: 0.302, blue: 0.671)
/* Android */
Color.parseColor("#fd4dab")Accessibility — WCAG contrast
Aa
#fd4dab on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4dab on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow32.4%
Key (black)0.8%
Color previews
#fd4dab text on a black background
contrast 6.83:1
Card sample
#fd4dab text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4dab;
Background color
Panel with #fd4dab background
background-color: #fd4dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 77, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 77, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4dab; background: linear-gradient(135deg, #fd4dab, #FD644D);