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