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