#fdad59
a light, electric orange · warm · closest name: peru
RGB
253, 173, 89
HSL
31°, 98%, 67%
CMYK
0, 32, 65, 1
Luminance
0.5149
Every format
| HEX | #fdad59 |
| RGB | rgb(253, 173, 89) |
| HSL | hsl(31, 98%, 67%) |
| CMYK | cmyk(0%, 32%, 65%, 1%) |
| LAB | lab(77.0 21.5 54.0) |
| LCH | lch(77.0 58.1 68.3) |
| OKLCH | oklch(0.809 0.137 65.0) |
Copy-ready code
/* CSS */
color: #fdad59;
background-color: #fdad59;
/* Tailwind (arbitrary) */
class="text-[#fdad59] bg-[#fdad59]"
/* SCSS */
$brand: #fdad59;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.349)
/* Android */
Color.parseColor("#fdad59")Accessibility — WCAG contrast
Aa
#fdad59 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad59 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow64.8%
Key (black)0.8%
Color previews
#fdad59 text on a black background
contrast 11.30:1
Card sample
#fdad59 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad59;
Background color
Panel with #fdad59 background
background-color: #fdad59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad59; background: linear-gradient(135deg, #fdad59, #E0FD59);