#fdabc9
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 171, 201
HSL
338°, 95%, 83%
CMYK
0, 32, 21, 1
Luminance
0.5423
Every format
| HEX | #fdabc9 |
| RGB | rgb(253, 171, 201) |
| HSL | hsl(338, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 21%, 1%) |
| LAB | lab(78.6 34.2 -2.9) |
| LCH | lch(78.6 34.3 355.1) |
| OKLCH | oklch(0.829 0.103 356.0) |
Copy-ready code
/* CSS */
color: #fdabc9;
background-color: #fdabc9;
/* Tailwind (arbitrary) */
class="text-[#fdabc9] bg-[#fdabc9]"
/* SCSS */
$brand: #fdabc9;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#fdabc9")Accessibility — WCAG contrast
Aa
#fdabc9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabc9 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow20.6%
Key (black)0.8%
Color previews
#fdabc9 text on a black background
contrast 11.85:1
Card sample
#fdabc9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabc9;
Background color
Panel with #fdabc9 background
background-color: #fdabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabc9; background: linear-gradient(135deg, #fdabc9, #FDC3AB);