#f73621
a balanced, electric red · warm · closest name: red
RGB
247, 54, 33
HSL
6°, 93%, 55%
CMYK
0, 78, 87, 3
Luminance
0.2252
Every format
| HEX | #f73621 |
| RGB | rgb(247, 54, 33) |
| HSL | hsl(6, 93%, 55%) |
| CMYK | cmyk(0%, 78%, 87%, 3%) |
| LAB | lab(54.6 70.3 57.0) |
| LCH | lch(54.6 90.5 39.0) |
| OKLCH | oklch(0.635 0.230 30.4) |
Copy-ready code
/* CSS */
color: #f73621;
background-color: #f73621;
/* Tailwind (arbitrary) */
class="text-[#f73621] bg-[#f73621]"
/* SCSS */
$brand: #f73621;
/* SwiftUI */
Color(red: 0.969, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#f73621")Accessibility — WCAG contrast
Aa
#f73621 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73621 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow86.6%
Key (black)3.1%
Color previews
#f73621 text on a black background
contrast 5.50:1
Card sample
#f73621 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73621;
Background color
Panel with #f73621 background
background-color: #f73621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73621; background: linear-gradient(135deg, #f73621, #F7C521);