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