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