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