#f14949
a balanced, electric red · warm · closest name: crimson
RGB
241, 73, 73
HSL
0°, 86%, 62%
CMYK
0, 70, 70, 6
Luminance
0.2395
Every format
| HEX | #f14949 |
| RGB | rgb(241, 73, 73) |
| HSL | hsl(0, 86%, 62%) |
| CMYK | cmyk(0%, 70%, 70%, 6%) |
| LAB | lab(56.0 63.8 37.6) |
| LCH | lch(56.0 74.0 30.6) |
| OKLCH | oklch(0.646 0.205 25.0) |
Copy-ready code
/* CSS */
color: #f14949;
background-color: #f14949;
/* Tailwind (arbitrary) */
class="text-[#f14949] bg-[#f14949]"
/* SCSS */
$brand: #f14949;
/* SwiftUI */
Color(red: 0.945, green: 0.286, blue: 0.286)
/* Android */
Color.parseColor("#f14949")Accessibility — WCAG contrast
Aa
#f14949 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14949 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green28.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow69.7%
Key (black)5.5%
Color previews
#f14949 text on a black background
contrast 5.79:1
Card sample
#f14949 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14949;
Background color
Panel with #f14949 background
background-color: #f14949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 73, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 73, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14949; background: linear-gradient(135deg, #f14949, #F1B949);