#fdad5d
a light, electric orange · warm · closest name: peru
RGB
253, 173, 93
HSL
30°, 98%, 68%
CMYK
0, 32, 63, 1
Luminance
0.5156
Every format
| HEX | #fdad5d |
| RGB | rgb(253, 173, 93) |
| HSL | hsl(30, 98%, 68%) |
| CMYK | cmyk(0%, 32%, 63%, 1%) |
| LAB | lab(77.0 21.8 52.1) |
| LCH | lch(77.0 56.5 67.3) |
| OKLCH | oklch(0.810 0.134 63.9) |
Copy-ready code
/* CSS */
color: #fdad5d;
background-color: #fdad5d;
/* Tailwind (arbitrary) */
class="text-[#fdad5d] bg-[#fdad5d]"
/* SCSS */
$brand: #fdad5d;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.365)
/* Android */
Color.parseColor("#fdad5d")Accessibility — WCAG contrast
Aa
#fdad5d on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad5d on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow63.2%
Key (black)0.8%
Color previews
#fdad5d text on a black background
contrast 11.31:1
Card sample
#fdad5d text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad5d;
Background color
Panel with #fdad5d background
background-color: #fdad5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad5d; background: linear-gradient(135deg, #fdad5d, #E2FD5D);