#f72002
a balanced, electric red · warm · closest name: red
RGB
247, 32, 2
HSL
7°, 98%, 49%
CMYK
0, 87, 99, 3
Luminance
0.2081
Every format
| HEX | #f72002 |
| RGB | rgb(247, 32, 2) |
| HSL | hsl(7, 98%, 49%) |
| CMYK | cmyk(0%, 87%, 99%, 3%) |
| LAB | lab(52.8 74.9 65.5) |
| LCH | lch(52.8 99.5 41.2) |
| OKLCH | oklch(0.622 0.243 30.7) |
Copy-ready code
/* CSS */
color: #f72002;
background-color: #f72002;
/* Tailwind (arbitrary) */
class="text-[#f72002] bg-[#f72002]"
/* SCSS */
$brand: #f72002;
/* SwiftUI */
Color(red: 0.969, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#f72002")Accessibility — WCAG contrast
Aa
#f72002 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72002 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow99.2%
Key (black)3.1%
Color previews
#f72002 text on a black background
contrast 5.16:1
Card sample
#f72002 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72002;
Background color
Panel with #f72002 background
background-color: #f72002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72002; background: linear-gradient(135deg, #f72002, #F7C302);