#fd9bab
a light, electric red · warm · closest name: pink
RGB
253, 155, 171
HSL
350°, 96%, 80%
CMYK
0, 39, 32, 1
Luminance
0.4727
Every format
| HEX | #fd9bab |
| RGB | rgb(253, 155, 171) |
| HSL | hsl(350, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 32%, 1%) |
| LAB | lab(74.4 38.4 7.4) |
| LCH | lch(74.4 39.1 10.9) |
| OKLCH | oklch(0.794 0.118 9.5) |
Copy-ready code
/* CSS */
color: #fd9bab;
background-color: #fd9bab;
/* Tailwind (arbitrary) */
class="text-[#fd9bab] bg-[#fd9bab]"
/* SCSS */
$brand: #fd9bab;
/* SwiftUI */
Color(red: 0.992, green: 0.608, blue: 0.671)
/* Android */
Color.parseColor("#fd9bab")Accessibility — WCAG contrast
Aa
#fd9bab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9bab on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow32.4%
Key (black)0.8%
Color previews
#fd9bab text on a black background
contrast 10.45:1
Card sample
#fd9bab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9bab;
Background color
Panel with #fd9bab background
background-color: #fd9bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 155, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 155, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9bab; background: linear-gradient(135deg, #fd9bab, #FDCC9B);