#fdac49
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 73
HSL
33°, 98%, 64%
CMYK
0, 32, 71, 1
Luminance
0.5087
Every format
| HEX | #fdac49 |
| RGB | rgb(253, 172, 73) |
| HSL | hsl(33, 98%, 64%) |
| CMYK | cmyk(0%, 32%, 71%, 1%) |
| LAB | lab(76.6 21.2 60.8) |
| LCH | lch(76.6 64.4 70.8) |
| OKLCH | oklch(0.806 0.146 68.1) |
Copy-ready code
/* CSS */
color: #fdac49;
background-color: #fdac49;
/* Tailwind (arbitrary) */
class="text-[#fdac49] bg-[#fdac49]"
/* SCSS */
$brand: #fdac49;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.286)
/* Android */
Color.parseColor("#fdac49")Accessibility — WCAG contrast
Aa
#fdac49 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac49 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow71.1%
Key (black)0.8%
Color previews
#fdac49 text on a black background
contrast 11.17:1
Card sample
#fdac49 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac49;
Background color
Panel with #fdac49 background
background-color: #fdac49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac49; background: linear-gradient(135deg, #fdac49, #D6FD49);