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