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