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