#f45949
a balanced, electric red · warm · closest name: tomato
RGB
244, 89, 73
HSL
6°, 89%, 62%
CMYK
0, 64, 70, 4
Luminance
0.2686
Every format
| HEX | #f45949 |
| RGB | rgb(244, 89, 73) |
| HSL | hsl(6, 89%, 62%) |
| CMYK | cmyk(0%, 64%, 70%, 4%) |
| LAB | lab(58.9 58.5 41.1) |
| LCH | lch(58.9 71.5 35.1) |
| OKLCH | oklch(0.668 0.193 29.1) |
Copy-ready code
/* CSS */
color: #f45949;
background-color: #f45949;
/* Tailwind (arbitrary) */
class="text-[#f45949] bg-[#f45949]"
/* SCSS */
$brand: #f45949;
/* SwiftUI */
Color(red: 0.957, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#f45949")Accessibility — WCAG contrast
Aa
#f45949 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45949 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green34.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow70.1%
Key (black)4.3%
Color previews
#f45949 text on a black background
contrast 6.37:1
Card sample
#f45949 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45949;
Background color
Panel with #f45949 background
background-color: #f45949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45949; background: linear-gradient(135deg, #f45949, #F4CB49);