#f44934
a balanced, electric red · warm · closest name: tomato
RGB
244, 73, 52
HSL
7°, 90%, 58%
CMYK
0, 70, 79, 4
Luminance
0.2425
Every format
| HEX | #f44934 |
| RGB | rgb(244, 73, 52) |
| HSL | hsl(7, 90%, 58%) |
| CMYK | cmyk(0%, 70%, 79%, 4%) |
| LAB | lab(56.3 63.9 49.4) |
| LCH | lch(56.3 80.8 37.7) |
| OKLCH | oklch(0.648 0.211 30.5) |
Copy-ready code
/* CSS */
color: #f44934;
background-color: #f44934;
/* Tailwind (arbitrary) */
class="text-[#f44934] bg-[#f44934]"
/* SCSS */
$brand: #f44934;
/* SwiftUI */
Color(red: 0.957, green: 0.286, blue: 0.204)
/* Android */
Color.parseColor("#f44934")Accessibility — WCAG contrast
Aa
#f44934 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44934 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green28.6%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow78.7%
Key (black)4.3%
Color previews
#f44934 text on a black background
contrast 5.85:1
Card sample
#f44934 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44934;
Background color
Panel with #f44934 background
background-color: #f44934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 73, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 73, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44934; background: linear-gradient(135deg, #f44934, #F4C934);