#f72c2f
a balanced, electric red · warm · closest name: crimson
RGB
247, 44, 47
HSL
359°, 93%, 57%
CMYK
0, 82, 81, 3
Luminance
0.2178
Every format
| HEX | #f72c2f |
| RGB | rgb(247, 44, 47) |
| HSL | hsl(359, 93%, 57%) |
| CMYK | cmyk(0%, 82%, 81%, 3%) |
| LAB | lab(53.8 73.1 49.7) |
| LCH | lch(53.8 88.4 34.2) |
| OKLCH | oklch(0.630 0.234 26.8) |
Copy-ready code
/* CSS */
color: #f72c2f;
background-color: #f72c2f;
/* Tailwind (arbitrary) */
class="text-[#f72c2f] bg-[#f72c2f]"
/* SCSS */
$brand: #f72c2f;
/* SwiftUI */
Color(red: 0.969, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#f72c2f")Accessibility — WCAG contrast
Aa
#f72c2f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72c2f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow81.0%
Key (black)3.1%
Color previews
#f72c2f text on a black background
contrast 5.36:1
Card sample
#f72c2f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72c2f;
Background color
Panel with #f72c2f background
background-color: #f72c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72c2f; background: linear-gradient(135deg, #f72c2f, #F7B02C);