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