#fdada6
a light, electric red · warm · closest name: pink
RGB
253, 173, 166
HSL
5°, 96%, 82%
CMYK
0, 32, 34, 1
Luminance
0.5352
Every format
| HEX | #fdada6 |
| RGB | rgb(253, 173, 166) |
| HSL | hsl(5, 96%, 82%) |
| CMYK | cmyk(0%, 32%, 34%, 1%) |
| LAB | lab(78.2 28.4 15.5) |
| LCH | lch(78.2 32.4 28.6) |
| OKLCH | oklch(0.823 0.095 24.9) |
Copy-ready code
/* CSS */
color: #fdada6;
background-color: #fdada6;
/* Tailwind (arbitrary) */
class="text-[#fdada6] bg-[#fdada6]"
/* SCSS */
$brand: #fdada6;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.651)
/* Android */
Color.parseColor("#fdada6")Accessibility — WCAG contrast
Aa
#fdada6 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdada6 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow34.4%
Key (black)0.8%
Color previews
#fdada6 text on a black background
contrast 11.70:1
Card sample
#fdada6 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdada6;
Background color
Panel with #fdada6 background
background-color: #fdada6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdada6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdada6; background: linear-gradient(135deg, #fdada6, #FDE7A6);