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