#fdad79
a light, electric orange · warm · closest name: peru
RGB
253, 173, 121
HSL
24°, 97%, 73%
CMYK
0, 32, 52, 1
Luminance
0.5215
Every format
| HEX | #fdad79 |
| RGB | rgb(253, 173, 121) |
| HSL | hsl(24, 97%, 73%) |
| CMYK | cmyk(0%, 32%, 52%, 1%) |
| LAB | lab(77.4 23.8 38.4) |
| LCH | lch(77.4 45.2 58.2) |
| OKLCH | oklch(0.814 0.116 53.4) |
Copy-ready code
/* CSS */
color: #fdad79;
background-color: #fdad79;
/* Tailwind (arbitrary) */
class="text-[#fdad79] bg-[#fdad79]"
/* SCSS */
$brand: #fdad79;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.475)
/* Android */
Color.parseColor("#fdad79")Accessibility — WCAG contrast
Aa
#fdad79 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad79 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow52.2%
Key (black)0.8%
Color previews
#fdad79 text on a black background
contrast 11.43:1
Card sample
#fdad79 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad79;
Background color
Panel with #fdad79 background
background-color: #fdad79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad79; background: linear-gradient(135deg, #fdad79, #F5FD79);