#fd4bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 75, 171
HSL
328°, 98%, 64%
CMYK
0, 70, 32, 1
Luminance
0.2886
Every format
| HEX | #fd4bab |
| RGB | rgb(253, 75, 171) |
| HSL | hsl(328, 98%, 64%) |
| CMYK | cmyk(0%, 70%, 32%, 1%) |
| LAB | lab(60.7 74.2 -12.8) |
| LCH | lch(60.7 75.3 350.2) |
| OKLCH | oklch(0.691 0.229 351.7) |
Copy-ready code
/* CSS */
color: #fd4bab;
background-color: #fd4bab;
/* Tailwind (arbitrary) */
class="text-[#fd4bab] bg-[#fd4bab]"
/* SCSS */
$brand: #fd4bab;
/* SwiftUI */
Color(red: 0.992, green: 0.294, blue: 0.671)
/* Android */
Color.parseColor("#fd4bab")Accessibility — WCAG contrast
Aa
#fd4bab on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4bab on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow32.4%
Key (black)0.8%
Color previews
#fd4bab text on a black background
contrast 6.77:1
Card sample
#fd4bab text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4bab;
Background color
Panel with #fd4bab background
background-color: #fd4bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 75, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 75, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4bab; background: linear-gradient(135deg, #fd4bab, #FD614B);