#f44f4f
a balanced, electric red · warm · closest name: tomato
RGB
244, 79, 79
HSL
0°, 88%, 63%
CMYK
0, 68, 68, 4
Luminance
0.2539
Every format
| HEX | #f44f4f |
| RGB | rgb(244, 79, 79) |
| HSL | hsl(0, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 68%, 4%) |
| LAB | lab(57.5 62.8 36.1) |
| LCH | lch(57.5 72.4 29.9) |
| OKLCH | oklch(0.657 0.202 24.6) |
Copy-ready code
/* CSS */
color: #f44f4f;
background-color: #f44f4f;
/* Tailwind (arbitrary) */
class="text-[#f44f4f] bg-[#f44f4f]"
/* SCSS */
$brand: #f44f4f;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#f44f4f")Accessibility — WCAG contrast
Aa
#f44f4f on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44f4f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow67.6%
Key (black)4.3%
Color previews
#f44f4f text on a black background
contrast 6.08:1
Card sample
#f44f4f text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44f4f;
Background color
Panel with #f44f4f background
background-color: #f44f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44f4f; background: linear-gradient(135deg, #f44f4f, #F4BD4F);