#f04039
a balanced, electric red · warm · closest name: tomato
RGB
240, 64, 57
HSL
2°, 86%, 58%
CMYK
0, 73, 76, 6
Luminance
0.2249
Every format
| HEX | #f04039 |
| RGB | rgb(240, 64, 57) |
| HSL | hsl(2, 86%, 58%) |
| CMYK | cmyk(0%, 73%, 76%, 6%) |
| LAB | lab(54.5 65.9 44.8) |
| LCH | lch(54.5 79.7 34.2) |
| OKLCH | oklch(0.633 0.213 27.5) |
Copy-ready code
/* CSS */
color: #f04039;
background-color: #f04039;
/* Tailwind (arbitrary) */
class="text-[#f04039] bg-[#f04039]"
/* SCSS */
$brand: #f04039;
/* SwiftUI */
Color(red: 0.941, green: 0.251, blue: 0.224)
/* Android */
Color.parseColor("#f04039")Accessibility — WCAG contrast
Aa
#f04039 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04039 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow76.3%
Key (black)5.9%
Color previews
#f04039 text on a black background
contrast 5.50:1
Card sample
#f04039 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04039;
Background color
Panel with #f04039 background
background-color: #f04039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 64, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 64, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04039; background: linear-gradient(135deg, #f04039, #F0BA39);