#fdad82
a light, electric orange · warm · closest name: peru
RGB
253, 173, 130
HSL
21°, 97%, 75%
CMYK
0, 32, 49, 1
Luminance
0.5238
Every format
| HEX | #fdad82 |
| RGB | rgb(253, 173, 130) |
| HSL | hsl(21, 97%, 75%) |
| CMYK | cmyk(0%, 32%, 49%, 1%) |
| LAB | lab(77.5 24.6 33.9) |
| LCH | lch(77.5 41.9 54.0) |
| OKLCH | oklch(0.815 0.110 48.9) |
Copy-ready code
/* CSS */
color: #fdad82;
background-color: #fdad82;
/* Tailwind (arbitrary) */
class="text-[#fdad82] bg-[#fdad82]"
/* SCSS */
$brand: #fdad82;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.510)
/* Android */
Color.parseColor("#fdad82")Accessibility — WCAG contrast
Aa
#fdad82 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad82 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow48.6%
Key (black)0.8%
Color previews
#fdad82 text on a black background
contrast 11.48:1
Card sample
#fdad82 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad82;
Background color
Panel with #fdad82 background
background-color: #fdad82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad82; background: linear-gradient(135deg, #fdad82, #FBFD82);