#f72321
a balanced, electric red · warm · closest name: red
RGB
247, 35, 33
HSL
1°, 93%, 55%
CMYK
0, 86, 87, 3
Luminance
0.2109
Every format
| HEX | #f72321 |
| RGB | rgb(247, 35, 33) |
| HSL | hsl(1, 93%, 55%) |
| CMYK | cmyk(0%, 86%, 87%, 3%) |
| LAB | lab(53.0 74.7 55.8) |
| LCH | lch(53.0 93.2 36.8) |
| OKLCH | oklch(0.624 0.240 28.2) |
Copy-ready code
/* CSS */
color: #f72321;
background-color: #f72321;
/* Tailwind (arbitrary) */
class="text-[#f72321] bg-[#f72321]"
/* SCSS */
$brand: #f72321;
/* SwiftUI */
Color(red: 0.969, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#f72321")Accessibility — WCAG contrast
Aa
#f72321 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72321 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow86.6%
Key (black)3.1%
Color previews
#f72321 text on a black background
contrast 5.22:1
Card sample
#f72321 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72321;
Background color
Panel with #f72321 background
background-color: #f72321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72321; background: linear-gradient(135deg, #f72321, #F7B221);