#fdac50
a light, electric orange · warm · closest name: peru
RGB
253, 172, 80
HSL
32°, 98%, 65%
CMYK
0, 32, 68, 1
Luminance
0.5097
Every format
| HEX | #fdac50 |
| RGB | rgb(253, 172, 80) |
| HSL | hsl(32, 98%, 65%) |
| CMYK | cmyk(0%, 32%, 68%, 1%) |
| LAB | lab(76.7 21.5 57.8) |
| LCH | lch(76.7 61.6 69.6) |
| OKLCH | oklch(0.807 0.142 66.6) |
Copy-ready code
/* CSS */
color: #fdac50;
background-color: #fdac50;
/* Tailwind (arbitrary) */
class="text-[#fdac50] bg-[#fdac50]"
/* SCSS */
$brand: #fdac50;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.314)
/* Android */
Color.parseColor("#fdac50")Accessibility — WCAG contrast
Aa
#fdac50 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac50 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow68.4%
Key (black)0.8%
Color previews
#fdac50 text on a black background
contrast 11.19:1
Card sample
#fdac50 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac50;
Background color
Panel with #fdac50 background
background-color: #fdac50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac50; background: linear-gradient(135deg, #fdac50, #DBFD50);