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