#fdad71
a light, electric orange · warm · closest name: peru
RGB
253, 173, 113
HSL
26°, 97%, 72%
CMYK
0, 32, 55, 1
Luminance
0.5196
Every format
| HEX | #fdad71 |
| RGB | rgb(253, 173, 113) |
| HSL | hsl(26, 97%, 72%) |
| CMYK | cmyk(0%, 32%, 55%, 1%) |
| LAB | lab(77.3 23.2 42.4) |
| LCH | lch(77.3 48.3 61.4) |
| OKLCH | oklch(0.813 0.121 56.9) |
Copy-ready code
/* CSS */
color: #fdad71;
background-color: #fdad71;
/* Tailwind (arbitrary) */
class="text-[#fdad71] bg-[#fdad71]"
/* SCSS */
$brand: #fdad71;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.443)
/* Android */
Color.parseColor("#fdad71")Accessibility — WCAG contrast
Aa
#fdad71 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad71 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow55.3%
Key (black)0.8%
Color previews
#fdad71 text on a black background
contrast 11.39:1
Card sample
#fdad71 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad71;
Background color
Panel with #fdad71 background
background-color: #fdad71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad71; background: linear-gradient(135deg, #fdad71, #F0FD71);