#fdada9
a light, electric red · warm · closest name: pink
RGB
253, 173, 169
HSL
3°, 96%, 83%
CMYK
0, 32, 33, 1
Luminance
0.5363
Every format
| HEX | #fdada9 |
| RGB | rgb(253, 173, 169) |
| HSL | hsl(3, 96%, 83%) |
| CMYK | cmyk(0%, 32%, 33%, 1%) |
| LAB | lab(78.3 28.8 14.0) |
| LCH | lch(78.3 32.0 25.9) |
| OKLCH | oklch(0.824 0.095 22.5) |
Copy-ready code
/* CSS */
color: #fdada9;
background-color: #fdada9;
/* Tailwind (arbitrary) */
class="text-[#fdada9] bg-[#fdada9]"
/* SCSS */
$brand: #fdada9;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.663)
/* Android */
Color.parseColor("#fdada9")Accessibility — WCAG contrast
Aa
#fdada9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdada9 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow33.2%
Key (black)0.8%
Color previews
#fdada9 text on a black background
contrast 11.73:1
Card sample
#fdada9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdada9;
Background color
Panel with #fdada9 background
background-color: #fdada9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdada9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdada9; background: linear-gradient(135deg, #fdada9, #FDE5A9);