#f71f2c
a balanced, electric red · warm · closest name: red
RGB
247, 31, 44
HSL
356°, 93%, 55%
CMYK
0, 87, 82, 3
Luminance
0.2094
Every format
| HEX | #f71f2c |
| RGB | rgb(247, 31, 44) |
| HSL | hsl(356, 93%, 55%) |
| CMYK | cmyk(0%, 87%, 82%, 3%) |
| LAB | lab(52.9 75.6 50.4) |
| LCH | lch(52.9 90.8 33.7) |
| OKLCH | oklch(0.623 0.241 26.1) |
Copy-ready code
/* CSS */
color: #f71f2c;
background-color: #f71f2c;
/* Tailwind (arbitrary) */
class="text-[#f71f2c] bg-[#f71f2c]"
/* SCSS */
$brand: #f71f2c;
/* SwiftUI */
Color(red: 0.969, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#f71f2c")Accessibility — WCAG contrast
Aa
#f71f2c on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71f2c on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green12.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow82.2%
Key (black)3.1%
Color previews
#f71f2c text on a black background
contrast 5.19:1
Card sample
#f71f2c text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71f2c;
Background color
Panel with #f71f2c background
background-color: #f71f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71f2c; background: linear-gradient(135deg, #f71f2c, #F7A21F);