#f97849
a balanced, electric orange · warm · closest name: coral
RGB
249, 120, 73
HSL
16°, 94%, 63%
CMYK
0, 52, 71, 2
Luminance
0.3405
Every format
| HEX | #f97849 |
| RGB | rgb(249, 120, 73) |
| HSL | hsl(16, 94%, 63%) |
| CMYK | cmyk(0%, 52%, 71%, 2%) |
| LAB | lab(65.0 46.2 48.2) |
| LCH | lch(65.0 66.8 46.2) |
| OKLCH | oklch(0.716 0.170 40.0) |
Copy-ready code
/* CSS */
color: #f97849;
background-color: #f97849;
/* Tailwind (arbitrary) */
class="text-[#f97849] bg-[#f97849]"
/* SCSS */
$brand: #f97849;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.286)
/* Android */
Color.parseColor("#f97849")Accessibility — WCAG contrast
Aa
#f97849 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97849 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow70.7%
Key (black)2.4%
Color previews
#f97849 text on a black background
contrast 7.81:1
Card sample
#f97849 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97849;
Background color
Panel with #f97849 background
background-color: #f97849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97849; background: linear-gradient(135deg, #f97849, #F9ED49);