#fdad84
a light, electric orange · warm · closest name: tan
RGB
253, 173, 132
HSL
20°, 97%, 76%
CMYK
0, 32, 48, 1
Luminance
0.5244
Every format
| HEX | #fdad84 |
| RGB | rgb(253, 173, 132) |
| HSL | hsl(20, 97%, 76%) |
| CMYK | cmyk(0%, 32%, 48%, 1%) |
| LAB | lab(77.5 24.8 32.9) |
| LCH | lch(77.5 41.2 53.0) |
| OKLCH | oklch(0.816 0.109 47.9) |
Copy-ready code
/* CSS */
color: #fdad84;
background-color: #fdad84;
/* Tailwind (arbitrary) */
class="text-[#fdad84] bg-[#fdad84]"
/* SCSS */
$brand: #fdad84;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.518)
/* Android */
Color.parseColor("#fdad84")Accessibility — WCAG contrast
Aa
#fdad84 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad84 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow47.8%
Key (black)0.8%
Color previews
#fdad84 text on a black background
contrast 11.49:1
Card sample
#fdad84 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad84;
Background color
Panel with #fdad84 background
background-color: #fdad84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad84; background: linear-gradient(135deg, #fdad84, #FCFD84);