#fdad66
a light, electric orange · warm · closest name: peru
RGB
253, 173, 102
HSL
28°, 97%, 70%
CMYK
0, 32, 60, 1
Luminance
0.5173
Every format
| HEX | #fdad66 |
| RGB | rgb(253, 173, 102) |
| HSL | hsl(28, 97%, 70%) |
| CMYK | cmyk(0%, 32%, 60%, 1%) |
| LAB | lab(77.1 22.4 47.8) |
| LCH | lch(77.1 52.8 64.9) |
| OKLCH | oklch(0.811 0.128 61.0) |
Copy-ready code
/* CSS */
color: #fdad66;
background-color: #fdad66;
/* Tailwind (arbitrary) */
class="text-[#fdad66] bg-[#fdad66]"
/* SCSS */
$brand: #fdad66;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.400)
/* Android */
Color.parseColor("#fdad66")Accessibility — WCAG contrast
Aa
#fdad66 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad66 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow59.7%
Key (black)0.8%
Color previews
#fdad66 text on a black background
contrast 11.35:1
Card sample
#fdad66 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad66;
Background color
Panel with #fdad66 background
background-color: #fdad66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad66; background: linear-gradient(135deg, #fdad66, #E8FD66);