#f94621
a balanced, electric red · warm · closest name: tomato
RGB
249, 70, 33
HSL
10°, 95%, 55%
CMYK
0, 72, 87, 2
Luminance
0.2463
Every format
| HEX | #f94621 |
| RGB | rgb(249, 70, 33) |
| HSL | hsl(10, 95%, 55%) |
| CMYK | cmyk(0%, 72%, 87%, 2%) |
| LAB | lab(56.7 66.0 58.9) |
| LCH | lch(56.7 88.4 41.7) |
| OKLCH | oklch(0.652 0.221 33.2) |
Copy-ready code
/* CSS */
color: #f94621;
background-color: #f94621;
/* Tailwind (arbitrary) */
class="text-[#f94621] bg-[#f94621]"
/* SCSS */
$brand: #f94621;
/* SwiftUI */
Color(red: 0.976, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#f94621")Accessibility — WCAG contrast
Aa
#f94621 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94621 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow86.7%
Key (black)2.4%
Color previews
#f94621 text on a black background
contrast 5.93:1
Card sample
#f94621 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94621;
Background color
Panel with #f94621 background
background-color: #f94621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94621; background: linear-gradient(135deg, #f94621, #F9D621);