#fdaab2
a light, electric red · warm · closest name: pink
RGB
253, 170, 178
HSL
354°, 95%, 83%
CMYK
0, 33, 30, 1
Luminance
0.5285
Every format
| HEX | #fdaab2 |
| RGB | rgb(253, 170, 178) |
| HSL | hsl(354, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 30%, 1%) |
| LAB | lab(77.8 31.5 8.4) |
| LCH | lch(77.8 32.6 15.0) |
| OKLCH | oklch(0.821 0.098 13.1) |
Copy-ready code
/* CSS */
color: #fdaab2;
background-color: #fdaab2;
/* Tailwind (arbitrary) */
class="text-[#fdaab2] bg-[#fdaab2]"
/* SCSS */
$brand: #fdaab2;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.698)
/* Android */
Color.parseColor("#fdaab2")Accessibility — WCAG contrast
Aa
#fdaab2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaab2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow29.6%
Key (black)0.8%
Color previews
#fdaab2 text on a black background
contrast 11.57:1
Card sample
#fdaab2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaab2;
Background color
Panel with #fdaab2 background
background-color: #fdaab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaab2; background: linear-gradient(135deg, #fdaab2, #FDD9AA);