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