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