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