#fdad4f
a light, electric orange · warm · closest name: peru
RGB
253, 173, 79
HSL
32°, 98%, 65%
CMYK
0, 32, 69, 1
Luminance
0.5133
Every format
| HEX | #fdad4f |
| RGB | rgb(253, 173, 79) |
| HSL | hsl(32, 98%, 65%) |
| CMYK | cmyk(0%, 32%, 69%, 1%) |
| LAB | lab(76.9 21.0 58.5) |
| LCH | lch(76.9 62.1 70.3) |
| OKLCH | oklch(0.808 0.143 67.5) |
Copy-ready code
/* CSS */
color: #fdad4f;
background-color: #fdad4f;
/* Tailwind (arbitrary) */
class="text-[#fdad4f] bg-[#fdad4f]"
/* SCSS */
$brand: #fdad4f;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.310)
/* Android */
Color.parseColor("#fdad4f")Accessibility — WCAG contrast
Aa
#fdad4f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad4f on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow68.8%
Key (black)0.8%
Color previews
#fdad4f text on a black background
contrast 11.27:1
Card sample
#fdad4f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad4f;
Background color
Panel with #fdad4f background
background-color: #fdad4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad4f; background: linear-gradient(135deg, #fdad4f, #D9FD4F);