#f04d49
a balanced, electric red · warm · closest name: tomato
RGB
240, 77, 73
HSL
1°, 85%, 61%
CMYK
0, 68, 70, 6
Luminance
0.2431
Every format
| HEX | #f04d49 |
| RGB | rgb(240, 77, 73) |
| HSL | hsl(1, 85%, 61%) |
| CMYK | cmyk(0%, 68%, 70%, 6%) |
| LAB | lab(56.4 62.0 38.0) |
| LCH | lch(56.4 72.7 31.5) |
| OKLCH | oklch(0.648 0.200 25.9) |
Copy-ready code
/* CSS */
color: #f04d49;
background-color: #f04d49;
/* Tailwind (arbitrary) */
class="text-[#f04d49] bg-[#f04d49]"
/* SCSS */
$brand: #f04d49;
/* SwiftUI */
Color(red: 0.941, green: 0.302, blue: 0.286)
/* Android */
Color.parseColor("#f04d49")Accessibility — WCAG contrast
Aa
#f04d49 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04d49 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow69.6%
Key (black)5.9%
Color previews
#f04d49 text on a black background
contrast 5.86:1
Card sample
#f04d49 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04d49;
Background color
Panel with #f04d49 background
background-color: #f04d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 77, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 77, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04d49; background: linear-gradient(135deg, #f04d49, #F0BC49);