#f41339
a balanced, electric red · warm · closest name: crimson
RGB
244, 19, 57
HSL
350°, 91%, 52%
CMYK
0, 92, 77, 4
Luminance
0.1999
Every format
| HEX | #f41339 |
| RGB | rgb(244, 19, 57) |
| HSL | hsl(350, 91%, 52%) |
| CMYK | cmyk(0%, 92%, 77%, 4%) |
| LAB | lab(51.8 76.8 42.1) |
| LCH | lch(51.8 87.6 28.7) |
| OKLCH | oklch(0.615 0.242 22.5) |
Copy-ready code
/* CSS */
color: #f41339;
background-color: #f41339;
/* Tailwind (arbitrary) */
class="text-[#f41339] bg-[#f41339]"
/* SCSS */
$brand: #f41339;
/* SwiftUI */
Color(red: 0.957, green: 0.075, blue: 0.224)
/* Android */
Color.parseColor("#f41339")Accessibility — WCAG contrast
Aa
#f41339 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41339 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green7.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow76.6%
Key (black)4.3%
Color previews
#f41339 text on a black background
contrast 5.00:1
Card sample
#f41339 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41339;
Background color
Panel with #f41339 background
background-color: #f41339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 19, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 19, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41339; background: linear-gradient(135deg, #f41339, #F48313);