#f44331
a balanced, electric red · warm · closest name: tomato
RGB
244, 67, 49
HSL
6°, 90%, 58%
CMYK
0, 73, 80, 4
Luminance
0.2347
Every format
| HEX | #f44331 |
| RGB | rgb(244, 67, 49) |
| HSL | hsl(6, 90%, 58%) |
| CMYK | cmyk(0%, 73%, 80%, 4%) |
| LAB | lab(55.6 65.9 50.2) |
| LCH | lch(55.6 82.8 37.3) |
| OKLCH | oklch(0.642 0.216 29.9) |
Copy-ready code
/* CSS */
color: #f44331;
background-color: #f44331;
/* Tailwind (arbitrary) */
class="text-[#f44331] bg-[#f44331]"
/* SCSS */
$brand: #f44331;
/* SwiftUI */
Color(red: 0.957, green: 0.263, blue: 0.192)
/* Android */
Color.parseColor("#f44331")Accessibility — WCAG contrast
Aa
#f44331 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44331 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green26.3%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow79.9%
Key (black)4.3%
Color previews
#f44331 text on a black background
contrast 5.69:1
Card sample
#f44331 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44331;
Background color
Panel with #f44331 background
background-color: #f44331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 67, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 67, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44331; background: linear-gradient(135deg, #f44331, #F4C531);