#fdac11
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 17
HSL
39°, 98%, 53%
CMYK
0, 32, 93, 1
Luminance
0.5043
Every format
| HEX | #fdac11 |
| RGB | rgb(253, 172, 17) |
| HSL | hsl(39, 98%, 53%) |
| CMYK | cmyk(0%, 32%, 93%, 1%) |
| LAB | lab(76.3 19.6 77.8) |
| LCH | lch(76.3 80.2 75.9) |
| OKLCH | oklch(0.803 0.167 74.5) |
Copy-ready code
/* CSS */
color: #fdac11;
background-color: #fdac11;
/* Tailwind (arbitrary) */
class="text-[#fdac11] bg-[#fdac11]"
/* SCSS */
$brand: #fdac11;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.067)
/* Android */
Color.parseColor("#fdac11")Accessibility — WCAG contrast
Aa
#fdac11 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac11 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow93.3%
Key (black)0.8%
Color previews
#fdac11 text on a black background
contrast 11.09:1
Card sample
#fdac11 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac11;
Background color
Panel with #fdac11 background
background-color: #fdac11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac11; background: linear-gradient(135deg, #fdac11, #B1FD11);