#f71321
a balanced, electric red · warm · closest name: red
RGB
247, 19, 33
HSL
356°, 93%, 52%
CMYK
0, 92, 87, 3
Luminance
0.2035
Every format
| HEX | #f71321 |
| RGB | rgb(247, 19, 33) |
| HSL | hsl(356, 93%, 52%) |
| CMYK | cmyk(0%, 92%, 87%, 3%) |
| LAB | lab(52.2 77.0 55.2) |
| LCH | lch(52.2 94.7 35.6) |
| OKLCH | oklch(0.618 0.246 27.1) |
Copy-ready code
/* CSS */
color: #f71321;
background-color: #f71321;
/* Tailwind (arbitrary) */
class="text-[#f71321] bg-[#f71321]"
/* SCSS */
$brand: #f71321;
/* SwiftUI */
Color(red: 0.969, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#f71321")Accessibility — WCAG contrast
Aa
#f71321 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71321 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow86.6%
Key (black)3.1%
Color previews
#f71321 text on a black background
contrast 5.07:1
Card sample
#f71321 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71321;
Background color
Panel with #f71321 background
background-color: #f71321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71321; background: linear-gradient(135deg, #f71321, #F79D13);