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