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