#fdadbf
a light, electric red · warm · closest name: pink
RGB
253, 173, 191
HSL
347°, 95%, 84%
CMYK
0, 32, 25, 1
Luminance
0.5453
Every format
| HEX | #fdadbf |
| RGB | rgb(253, 173, 191) |
| HSL | hsl(347, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 25%, 1%) |
| LAB | lab(78.8 31.7 2.8) |
| LCH | lch(78.8 31.8 5.0) |
| OKLCH | oklch(0.829 0.096 4.6) |
Copy-ready code
/* CSS */
color: #fdadbf;
background-color: #fdadbf;
/* Tailwind (arbitrary) */
class="text-[#fdadbf] bg-[#fdadbf]"
/* SCSS */
$brand: #fdadbf;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.749)
/* Android */
Color.parseColor("#fdadbf")Accessibility — WCAG contrast
Aa
#fdadbf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadbf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow24.5%
Key (black)0.8%
Color previews
#fdadbf text on a black background
contrast 11.91:1
Card sample
#fdadbf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadbf;
Background color
Panel with #fdadbf background
background-color: #fdadbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadbf; background: linear-gradient(135deg, #fdadbf, #FDD0AD);