#fd9849
a balanced, electric orange · warm · closest name: peru
RGB
253, 152, 73
HSL
26°, 98%, 64%
CMYK
0, 40, 71, 1
Luminance
0.4382
Every format
| HEX | #fd9849 |
| RGB | rgb(253, 152, 73) |
| HSL | hsl(26, 98%, 64%) |
| CMYK | cmyk(0%, 40%, 71%, 1%) |
| LAB | lab(72.1 31.6 56.1) |
| LCH | lch(72.1 64.4 60.6) |
| OKLCH | oklch(0.771 0.152 55.8) |
Copy-ready code
/* CSS */
color: #fd9849;
background-color: #fd9849;
/* Tailwind (arbitrary) */
class="text-[#fd9849] bg-[#fd9849]"
/* SCSS */
$brand: #fd9849;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.286)
/* Android */
Color.parseColor("#fd9849")Accessibility — WCAG contrast
Aa
#fd9849 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9849 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow71.1%
Key (black)0.8%
Color previews
#fd9849 text on a black background
contrast 9.76:1
Card sample
#fd9849 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9849;
Background color
Panel with #fd9849 background
background-color: #fd9849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9849; background: linear-gradient(135deg, #fd9849, #EAFD49);