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