#f54849
a balanced, electric red · warm · closest name: crimson
RGB
245, 72, 73
HSL
360°, 90%, 62%
CMYK
0, 71, 70, 4
Luminance
0.2453
Every format
| HEX | #f54849 |
| RGB | rgb(245, 72, 73) |
| HSL | hsl(360, 90%, 62%) |
| CMYK | cmyk(0%, 71%, 70%, 4%) |
| LAB | lab(56.6 65.3 38.5) |
| LCH | lch(56.6 75.8 30.5) |
| OKLCH | oklch(0.651 0.210 24.9) |
Copy-ready code
/* CSS */
color: #f54849;
background-color: #f54849;
/* Tailwind (arbitrary) */
class="text-[#f54849] bg-[#f54849]"
/* SCSS */
$brand: #f54849;
/* SwiftUI */
Color(red: 0.961, green: 0.282, blue: 0.286)
/* Android */
Color.parseColor("#f54849")Accessibility — WCAG contrast
Aa
#f54849 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54849 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green28.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow70.2%
Key (black)3.9%
Color previews
#f54849 text on a black background
contrast 5.91:1
Card sample
#f54849 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54849;
Background color
Panel with #f54849 background
background-color: #f54849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 72, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 72, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54849; background: linear-gradient(135deg, #f54849, #F5BB48);