#fdada1
a light, electric red · warm · closest name: pink
RGB
253, 173, 161
HSL
8°, 96%, 81%
CMYK
0, 32, 36, 1
Luminance
0.5334
Every format
| HEX | #fdada1 |
| RGB | rgb(253, 173, 161) |
| HSL | hsl(8, 96%, 81%) |
| CMYK | cmyk(0%, 32%, 36%, 1%) |
| LAB | lab(78.1 27.9 18.1) |
| LCH | lch(78.1 33.2 33.0) |
| OKLCH | oklch(0.822 0.096 28.7) |
Copy-ready code
/* CSS */
color: #fdada1;
background-color: #fdada1;
/* Tailwind (arbitrary) */
class="text-[#fdada1] bg-[#fdada1]"
/* SCSS */
$brand: #fdada1;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.631)
/* Android */
Color.parseColor("#fdada1")Accessibility — WCAG contrast
Aa
#fdada1 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdada1 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow36.4%
Key (black)0.8%
Color previews
#fdada1 text on a black background
contrast 11.67:1
Card sample
#fdada1 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdada1;
Background color
Panel with #fdada1 background
background-color: #fdada1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdada1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdada1; background: linear-gradient(135deg, #fdada1, #FDEAA1);