#fdac3d
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 61
HSL
35°, 98%, 62%
CMYK
0, 32, 76, 1
Luminance
0.5072
Every format
| HEX | #fdac3d |
| RGB | rgb(253, 172, 61) |
| HSL | hsl(35, 98%, 62%) |
| CMYK | cmyk(0%, 32%, 76%, 1%) |
| LAB | lab(76.5 20.7 65.7) |
| LCH | lch(76.5 68.8 72.5) |
| OKLCH | oklch(0.805 0.153 70.3) |
Copy-ready code
/* CSS */
color: #fdac3d;
background-color: #fdac3d;
/* Tailwind (arbitrary) */
class="text-[#fdac3d] bg-[#fdac3d]"
/* SCSS */
$brand: #fdac3d;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.239)
/* Android */
Color.parseColor("#fdac3d")Accessibility — WCAG contrast
Aa
#fdac3d on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac3d on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow75.9%
Key (black)0.8%
Color previews
#fdac3d text on a black background
contrast 11.14:1
Card sample
#fdac3d text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac3d;
Background color
Panel with #fdac3d background
background-color: #fdac3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac3d; background: linear-gradient(135deg, #fdac3d, #CEFD3D);