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