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