#f41c21
a balanced, electric red · warm · closest name: red
RGB
244, 28, 33
HSL
359°, 91%, 53%
CMYK
0, 89, 87, 4
Luminance
0.2017
Every format
| HEX | #f41c21 |
| RGB | rgb(244, 28, 33) |
| HSL | hsl(359, 91%, 53%) |
| CMYK | cmyk(0%, 89%, 87%, 4%) |
| LAB | lab(52.0 75.1 54.8) |
| LCH | lch(52.0 92.9 36.1) |
| OKLCH | oklch(0.616 0.241 27.6) |
Copy-ready code
/* CSS */
color: #f41c21;
background-color: #f41c21;
/* Tailwind (arbitrary) */
class="text-[#f41c21] bg-[#f41c21]"
/* SCSS */
$brand: #f41c21;
/* SwiftUI */
Color(red: 0.957, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#f41c21")Accessibility — WCAG contrast
Aa
#f41c21 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41c21 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow86.5%
Key (black)4.3%
Color previews
#f41c21 text on a black background
contrast 5.03:1
Card sample
#f41c21 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41c21;
Background color
Panel with #f41c21 background
background-color: #f41c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41c21; background: linear-gradient(135deg, #f41c21, #F4A71C);