#f96049
a balanced, electric red · warm · closest name: tomato
RGB
249, 96, 73
HSL
8°, 94%, 63%
CMYK
0, 61, 71, 2
Luminance
0.2899
Every format
| HEX | #f96049 |
| RGB | rgb(249, 96, 73) |
| HSL | hsl(8, 94%, 63%) |
| CMYK | cmyk(0%, 61%, 71%, 2%) |
| LAB | lab(60.8 57.2 43.5) |
| LCH | lch(60.8 71.9 37.2) |
| OKLCH | oklch(0.684 0.192 31.1) |
Copy-ready code
/* CSS */
color: #f96049;
background-color: #f96049;
/* Tailwind (arbitrary) */
class="text-[#f96049] bg-[#f96049]"
/* SCSS */
$brand: #f96049;
/* SwiftUI */
Color(red: 0.976, green: 0.376, blue: 0.286)
/* Android */
Color.parseColor("#f96049")Accessibility — WCAG contrast
Aa
#f96049 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f96049 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green37.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow70.7%
Key (black)2.4%
Color previews
#f96049 text on a black background
contrast 6.80:1
Card sample
#f96049 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96049;
Background color
Panel with #f96049 background
background-color: #f96049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 96, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 96, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96049; background: linear-gradient(135deg, #f96049, #F9D549);