#f41349
a balanced, electric red · warm · closest name: crimson
RGB
244, 19, 73
HSL
346°, 91%, 52%
CMYK
0, 92, 70, 4
Luminance
0.2018
Every format
| HEX | #f41349 |
| RGB | rgb(244, 19, 73) |
| HSL | hsl(346, 91%, 52%) |
| CMYK | cmyk(0%, 92%, 70%, 4%) |
| LAB | lab(52.0 77.4 33.0) |
| LCH | lch(52.0 84.2 23.1) |
| OKLCH | oklch(0.617 0.241 18.4) |
Copy-ready code
/* CSS */
color: #f41349;
background-color: #f41349;
/* Tailwind (arbitrary) */
class="text-[#f41349] bg-[#f41349]"
/* SCSS */
$brand: #f41349;
/* SwiftUI */
Color(red: 0.957, green: 0.075, blue: 0.286)
/* Android */
Color.parseColor("#f41349")Accessibility — WCAG contrast
Aa
#f41349 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41349 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green7.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow70.1%
Key (black)4.3%
Color previews
#f41349 text on a black background
contrast 5.04:1
Card sample
#f41349 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41349;
Background color
Panel with #f41349 background
background-color: #f41349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 19, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 19, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41349; background: linear-gradient(135deg, #f41349, #F47313);