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