#f44b2f
a balanced, electric red · warm · closest name: tomato
RGB
244, 75, 47
HSL
9°, 90%, 57%
CMYK
0, 69, 81, 4
Luminance
0.2447
Every format
| HEX | #f44b2f |
| RGB | rgb(244, 75, 47) |
| HSL | hsl(9, 90%, 57%) |
| CMYK | cmyk(0%, 69%, 81%, 4%) |
| LAB | lab(56.6 63.0 52.1) |
| LCH | lch(56.6 81.8 39.6) |
| OKLCH | oklch(0.650 0.210 32.0) |
Copy-ready code
/* CSS */
color: #f44b2f;
background-color: #f44b2f;
/* Tailwind (arbitrary) */
class="text-[#f44b2f] bg-[#f44b2f]"
/* SCSS */
$brand: #f44b2f;
/* SwiftUI */
Color(red: 0.957, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#f44b2f")Accessibility — WCAG contrast
Aa
#f44b2f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44b2f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow80.7%
Key (black)4.3%
Color previews
#f44b2f text on a black background
contrast 5.89:1
Card sample
#f44b2f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44b2f;
Background color
Panel with #f44b2f background
background-color: #f44b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44b2f; background: linear-gradient(135deg, #f44b2f, #F4CE2F);