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