#fdac1d
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 29
HSL
38°, 98%, 55%
CMYK
0, 32, 89, 1
Luminance
0.5048
Every format
| HEX | #fdac1d |
| RGB | rgb(253, 172, 29) |
| HSL | hsl(38, 98%, 55%) |
| CMYK | cmyk(0%, 32%, 89%, 1%) |
| LAB | lab(76.4 19.8 75.5) |
| LCH | lch(76.4 78.1 75.3) |
| OKLCH | oklch(0.803 0.165 73.8) |
Copy-ready code
/* CSS */
color: #fdac1d;
background-color: #fdac1d;
/* Tailwind (arbitrary) */
class="text-[#fdac1d] bg-[#fdac1d]"
/* SCSS */
$brand: #fdac1d;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.114)
/* Android */
Color.parseColor("#fdac1d")Accessibility — WCAG contrast
Aa
#fdac1d on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac1d on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow88.5%
Key (black)0.8%
Color previews
#fdac1d text on a black background
contrast 11.10:1
Card sample
#fdac1d text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac1d;
Background color
Panel with #fdac1d background
background-color: #fdac1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac1d; background: linear-gradient(135deg, #fdac1d, #B9FD1D);