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