#f72021
a balanced, electric red · warm · closest name: red
RGB
247, 32, 33
HSL
360°, 93%, 55%
CMYK
0, 87, 87, 3
Luminance
0.2092
Every format
| HEX | #f72021 |
| RGB | rgb(247, 32, 33) |
| HSL | hsl(360, 93%, 55%) |
| CMYK | cmyk(0%, 87%, 87%, 3%) |
| LAB | lab(52.9 75.2 55.7) |
| LCH | lch(52.9 93.6 36.5) |
| OKLCH | oklch(0.623 0.242 27.9) |
Copy-ready code
/* CSS */
color: #f72021;
background-color: #f72021;
/* Tailwind (arbitrary) */
class="text-[#f72021] bg-[#f72021]"
/* SCSS */
$brand: #f72021;
/* SwiftUI */
Color(red: 0.969, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#f72021")Accessibility — WCAG contrast
Aa
#f72021 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72021 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow86.6%
Key (black)3.1%
Color previews
#f72021 text on a black background
contrast 5.18:1
Card sample
#f72021 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72021;
Background color
Panel with #f72021 background
background-color: #f72021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72021; background: linear-gradient(135deg, #f72021, #F7AE20);