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