#f41c49
a balanced, electric red · warm · closest name: crimson
RGB
244, 28, 73
HSL
348°, 91%, 53%
CMYK
0, 89, 70, 4
Luminance
0.2054
Every format
| HEX | #f41c49 |
| RGB | rgb(244, 28, 73) |
| HSL | hsl(348, 91%, 53%) |
| CMYK | cmyk(0%, 89%, 70%, 4%) |
| LAB | lab(52.5 76.3 33.5) |
| LCH | lch(52.5 83.3 23.7) |
| OKLCH | oklch(0.620 0.238 18.9) |
Copy-ready code
/* CSS */
color: #f41c49;
background-color: #f41c49;
/* Tailwind (arbitrary) */
class="text-[#f41c49] bg-[#f41c49]"
/* SCSS */
$brand: #f41c49;
/* SwiftUI */
Color(red: 0.957, green: 0.110, blue: 0.286)
/* Android */
Color.parseColor("#f41c49")Accessibility — WCAG contrast
Aa
#f41c49 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41c49 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green11.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow70.1%
Key (black)4.3%
Color previews
#f41c49 text on a black background
contrast 5.11:1
Card sample
#f41c49 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41c49;
Background color
Panel with #f41c49 background
background-color: #f41c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 28, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 28, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41c49; background: linear-gradient(135deg, #f41c49, #F47F1C);