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