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