#f74021
a balanced, electric red · warm · closest name: red
RGB
247, 64, 33
HSL
9°, 93%, 55%
CMYK
0, 74, 87, 3
Luminance
0.2355
Every format
| HEX | #f74021 |
| RGB | rgb(247, 64, 33) |
| HSL | hsl(9, 93%, 55%) |
| CMYK | cmyk(0%, 74%, 87%, 3%) |
| LAB | lab(55.6 67.4 57.9) |
| LCH | lch(55.6 88.8 40.7) |
| OKLCH | oklch(0.643 0.223 32.1) |
Copy-ready code
/* CSS */
color: #f74021;
background-color: #f74021;
/* Tailwind (arbitrary) */
class="text-[#f74021] bg-[#f74021]"
/* SCSS */
$brand: #f74021;
/* SwiftUI */
Color(red: 0.969, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#f74021")Accessibility — WCAG contrast
Aa
#f74021 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74021 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow86.6%
Key (black)3.1%
Color previews
#f74021 text on a black background
contrast 5.71:1
Card sample
#f74021 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74021;
Background color
Panel with #f74021 background
background-color: #f74021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74021; background: linear-gradient(135deg, #f74021, #F7CF21);