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