#fdadc9
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 173, 201
HSL
339°, 95%, 84%
CMYK
0, 32, 21, 1
Luminance
0.5499
Every format
| HEX | #fdadc9 |
| RGB | rgb(253, 173, 201) |
| HSL | hsl(339, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 21%, 1%) |
| LAB | lab(79.0 33.1 -2.3) |
| LCH | lch(79.0 33.2 356.1) |
| OKLCH | oklch(0.832 0.099 356.8) |
Copy-ready code
/* CSS */
color: #fdadc9;
background-color: #fdadc9;
/* Tailwind (arbitrary) */
class="text-[#fdadc9] bg-[#fdadc9]"
/* SCSS */
$brand: #fdadc9;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.788)
/* Android */
Color.parseColor("#fdadc9")Accessibility — WCAG contrast
Aa
#fdadc9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadc9 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow20.6%
Key (black)0.8%
Color previews
#fdadc9 text on a black background
contrast 12.00:1
Card sample
#fdadc9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadc9;
Background color
Panel with #fdadc9 background
background-color: #fdadc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadc9; background: linear-gradient(135deg, #fdadc9, #FDC6AD);