#fdad8d
a light, electric orange · warm · closest name: tan
RGB
253, 173, 141
HSL
17°, 97%, 77%
CMYK
0, 32, 44, 1
Luminance
0.5269
Every format
| HEX | #fdad8d |
| RGB | rgb(253, 173, 141) |
| HSL | hsl(17, 97%, 77%) |
| CMYK | cmyk(0%, 32%, 44%, 1%) |
| LAB | lab(77.7 25.7 28.3) |
| LCH | lch(77.7 38.2 47.8) |
| OKLCH | oklch(0.817 0.104 42.6) |
Copy-ready code
/* CSS */
color: #fdad8d;
background-color: #fdad8d;
/* Tailwind (arbitrary) */
class="text-[#fdad8d] bg-[#fdad8d]"
/* SCSS */
$brand: #fdad8d;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.553)
/* Android */
Color.parseColor("#fdad8d")Accessibility — WCAG contrast
Aa
#fdad8d on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad8d on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow44.3%
Key (black)0.8%
Color previews
#fdad8d text on a black background
contrast 11.54:1
Card sample
#fdad8d text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad8d;
Background color
Panel with #fdad8d background
background-color: #fdad8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad8d; background: linear-gradient(135deg, #fdad8d, #FDF88D);