#f71c2f
a balanced, electric red · warm · closest name: crimson
RGB
247, 28, 47
HSL
355°, 93%, 54%
CMYK
0, 89, 81, 3
Luminance
0.2081
Every format
| HEX | #f71c2f |
| RGB | rgb(247, 28, 47) |
| HSL | hsl(355, 93%, 54%) |
| CMYK | cmyk(0%, 89%, 81%, 3%) |
| LAB | lab(52.8 76.1 48.7) |
| LCH | lch(52.8 90.4 32.6) |
| OKLCH | oklch(0.622 0.242 25.3) |
Copy-ready code
/* CSS */
color: #f71c2f;
background-color: #f71c2f;
/* Tailwind (arbitrary) */
class="text-[#f71c2f] bg-[#f71c2f]"
/* SCSS */
$brand: #f71c2f;
/* SwiftUI */
Color(red: 0.969, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#f71c2f")Accessibility — WCAG contrast
Aa
#f71c2f on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71c2f on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow81.0%
Key (black)3.1%
Color previews
#f71c2f text on a black background
contrast 5.16:1
Card sample
#f71c2f text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71c2f;
Background color
Panel with #f71c2f background
background-color: #f71c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71c2f; background: linear-gradient(135deg, #f71c2f, #F79B1C);