#f72921
a balanced, electric red · warm · closest name: red
RGB
247, 41, 33
HSL
2°, 93%, 55%
CMYK
0, 83, 87, 3
Luminance
0.2147
Every format
| HEX | #f72921 |
| RGB | rgb(247, 41, 33) |
| HSL | hsl(2, 93%, 55%) |
| CMYK | cmyk(0%, 83%, 87%, 3%) |
| LAB | lab(53.5 73.5 56.1) |
| LCH | lch(53.5 92.5 37.4) |
| OKLCH | oklch(0.627 0.237 28.8) |
Copy-ready code
/* CSS */
color: #f72921;
background-color: #f72921;
/* Tailwind (arbitrary) */
class="text-[#f72921] bg-[#f72921]"
/* SCSS */
$brand: #f72921;
/* SwiftUI */
Color(red: 0.969, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#f72921")Accessibility — WCAG contrast
Aa
#f72921 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72921 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow86.6%
Key (black)3.1%
Color previews
#f72921 text on a black background
contrast 5.29:1
Card sample
#f72921 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72921;
Background color
Panel with #f72921 background
background-color: #f72921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72921; background: linear-gradient(135deg, #f72921, #F7B721);