#fda849
a balanced, electric orange · warm · closest name: peru
RGB
253, 168, 73
HSL
32°, 98%, 64%
CMYK
0, 34, 71, 1
Luminance
0.4937
Every format
| HEX | #fda849 |
| RGB | rgb(253, 168, 73) |
| HSL | hsl(32, 98%, 64%) |
| CMYK | cmyk(0%, 34%, 71%, 1%) |
| LAB | lab(75.7 23.3 59.9) |
| LCH | lch(75.7 64.2 68.8) |
| OKLCH | oklch(0.799 0.147 65.6) |
Copy-ready code
/* CSS */
color: #fda849;
background-color: #fda849;
/* Tailwind (arbitrary) */
class="text-[#fda849] bg-[#fda849]"
/* SCSS */
$brand: #fda849;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.286)
/* Android */
Color.parseColor("#fda849")Accessibility — WCAG contrast
Aa
#fda849 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda849 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow71.1%
Key (black)0.8%
Color previews
#fda849 text on a black background
contrast 10.87:1
Card sample
#fda849 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda849;
Background color
Panel with #fda849 background
background-color: #fda849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda849; background: linear-gradient(135deg, #fda849, #DAFD49);