#f74821
a balanced, electric red · warm · closest name: tomato
RGB
247, 72, 33
HSL
11°, 93%, 55%
CMYK
0, 71, 87, 3
Luminance
0.2452
Every format
| HEX | #f74821 |
| RGB | rgb(247, 72, 33) |
| HSL | hsl(11, 93%, 55%) |
| CMYK | cmyk(0%, 71%, 87%, 3%) |
| LAB | lab(56.6 64.7 58.6) |
| LCH | lch(56.6 87.3 42.2) |
| OKLCH | oklch(0.651 0.217 33.6) |
Copy-ready code
/* CSS */
color: #f74821;
background-color: #f74821;
/* Tailwind (arbitrary) */
class="text-[#f74821] bg-[#f74821]"
/* SCSS */
$brand: #f74821;
/* SwiftUI */
Color(red: 0.969, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#f74821")Accessibility — WCAG contrast
Aa
#f74821 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74821 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow86.6%
Key (black)3.1%
Color previews
#f74821 text on a black background
contrast 5.90:1
Card sample
#f74821 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74821;
Background color
Panel with #f74821 background
background-color: #f74821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74821; background: linear-gradient(135deg, #f74821, #F7D721);