#fd8a49
a balanced, electric orange · warm · closest name: coral
RGB
253, 138, 73
HSL
22°, 98%, 64%
CMYK
0, 46, 71, 1
Luminance
0.3954
Every format
| HEX | #fd8a49 |
| RGB | rgb(253, 138, 73) |
| HSL | hsl(22, 98%, 64%) |
| CMYK | cmyk(0%, 46%, 71%, 1%) |
| LAB | lab(69.2 38.8 52.9) |
| LCH | lch(69.2 65.6 53.8) |
| OKLCH | oklch(0.749 0.160 48.0) |
Copy-ready code
/* CSS */
color: #fd8a49;
background-color: #fd8a49;
/* Tailwind (arbitrary) */
class="text-[#fd8a49] bg-[#fd8a49]"
/* SCSS */
$brand: #fd8a49;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.286)
/* Android */
Color.parseColor("#fd8a49")Accessibility — WCAG contrast
Aa
#fd8a49 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8a49 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow71.1%
Key (black)0.8%
Color previews
#fd8a49 text on a black background
contrast 8.91:1
Card sample
#fd8a49 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8a49;
Background color
Panel with #fd8a49 background
background-color: #fd8a49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8a49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8a49; background: linear-gradient(135deg, #fd8a49, #F8FD49);