#f44f2f
a balanced, electric red · warm · closest name: tomato
RGB
244, 79, 47
HSL
10°, 90%, 57%
CMYK
0, 68, 81, 4
Luminance
0.2503
Every format
| HEX | #f44f2f |
| RGB | rgb(244, 79, 47) |
| HSL | hsl(10, 90%, 57%) |
| CMYK | cmyk(0%, 68%, 81%, 4%) |
| LAB | lab(57.1 61.5 52.6) |
| LCH | lch(57.1 81.0 40.6) |
| OKLCH | oklch(0.654 0.207 33.0) |
Copy-ready code
/* CSS */
color: #f44f2f;
background-color: #f44f2f;
/* Tailwind (arbitrary) */
class="text-[#f44f2f] bg-[#f44f2f]"
/* SCSS */
$brand: #f44f2f;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.184)
/* Android */
Color.parseColor("#f44f2f")Accessibility — WCAG contrast
Aa
#f44f2f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44f2f on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow80.7%
Key (black)4.3%
Color previews
#f44f2f text on a black background
contrast 6.01:1
Card sample
#f44f2f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44f2f;
Background color
Panel with #f44f2f background
background-color: #f44f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44f2f; background: linear-gradient(135deg, #f44f2f, #F4D22F);