#fdad64
a light, electric orange · warm · closest name: peru
RGB
253, 173, 100
HSL
29°, 98%, 69%
CMYK
0, 32, 61, 1
Luminance
0.5169
Every format
| HEX | #fdad64 |
| RGB | rgb(253, 173, 100) |
| HSL | hsl(29, 98%, 69%) |
| CMYK | cmyk(0%, 32%, 61%, 1%) |
| LAB | lab(77.1 22.2 48.8) |
| LCH | lch(77.1 53.6 65.5) |
| OKLCH | oklch(0.811 0.130 61.7) |
Copy-ready code
/* CSS */
color: #fdad64;
background-color: #fdad64;
/* Tailwind (arbitrary) */
class="text-[#fdad64] bg-[#fdad64]"
/* SCSS */
$brand: #fdad64;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.392)
/* Android */
Color.parseColor("#fdad64")Accessibility — WCAG contrast
Aa
#fdad64 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad64 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow60.5%
Key (black)0.8%
Color previews
#fdad64 text on a black background
contrast 11.34:1
Card sample
#fdad64 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad64;
Background color
Panel with #fdad64 background
background-color: #fdad64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad64; background: linear-gradient(135deg, #fdad64, #E7FD64);