#f71c49
a balanced, electric red · warm · closest name: crimson
RGB
247, 28, 73
HSL
348°, 93%, 54%
CMYK
0, 89, 70, 3
Luminance
0.2109
Every format
| HEX | #f71c49 |
| RGB | rgb(247, 28, 73) |
| HSL | hsl(348, 93%, 54%) |
| CMYK | cmyk(0%, 89%, 70%, 3%) |
| LAB | lab(53.0 77.0 34.4) |
| LCH | lch(53.0 84.3 24.0) |
| OKLCH | oklch(0.625 0.240 19.2) |
Copy-ready code
/* CSS */
color: #f71c49;
background-color: #f71c49;
/* Tailwind (arbitrary) */
class="text-[#f71c49] bg-[#f71c49]"
/* SCSS */
$brand: #f71c49;
/* SwiftUI */
Color(red: 0.969, green: 0.110, blue: 0.286)
/* Android */
Color.parseColor("#f71c49")Accessibility — WCAG contrast
Aa
#f71c49 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71c49 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow70.4%
Key (black)3.1%
Color previews
#f71c49 text on a black background
contrast 5.22:1
Card sample
#f71c49 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71c49;
Background color
Panel with #f71c49 background
background-color: #f71c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 28, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 28, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71c49; background: linear-gradient(135deg, #f71c49, #F7811C);