#f94a21
a balanced, electric red · warm · closest name: tomato
RGB
249, 74, 33
HSL
11°, 95%, 55%
CMYK
0, 70, 87, 2
Luminance
0.2515
Every format
| HEX | #f94a21 |
| RGB | rgb(249, 74, 33) |
| HSL | hsl(11, 95%, 55%) |
| CMYK | cmyk(0%, 70%, 87%, 2%) |
| LAB | lab(57.2 64.6 59.3) |
| LCH | lch(57.2 87.7 42.5) |
| OKLCH | oklch(0.656 0.217 34.0) |
Copy-ready code
/* CSS */
color: #f94a21;
background-color: #f94a21;
/* Tailwind (arbitrary) */
class="text-[#f94a21] bg-[#f94a21]"
/* SCSS */
$brand: #f94a21;
/* SwiftUI */
Color(red: 0.976, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#f94a21")Accessibility — WCAG contrast
Aa
#f94a21 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94a21 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow86.7%
Key (black)2.4%
Color previews
#f94a21 text on a black background
contrast 6.03:1
Card sample
#f94a21 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94a21;
Background color
Panel with #f94a21 background
background-color: #f94a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94a21; background: linear-gradient(135deg, #f94a21, #F9DA21);