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