#f04f2c
a balanced, electric red · warm · closest name: tomato
RGB
240, 79, 44
HSL
11°, 87%, 56%
CMYK
0, 67, 82, 6
Luminance
0.2430
Every format
| HEX | #f04f2c |
| RGB | rgb(240, 79, 44) |
| HSL | hsl(11, 87%, 56%) |
| CMYK | cmyk(0%, 67%, 82%, 6%) |
| LAB | lab(56.4 60.1 53.1) |
| LCH | lch(56.4 80.3 41.5) |
| OKLCH | oklch(0.647 0.203 33.8) |
Copy-ready code
/* CSS */
color: #f04f2c;
background-color: #f04f2c;
/* Tailwind (arbitrary) */
class="text-[#f04f2c] bg-[#f04f2c]"
/* SCSS */
$brand: #f04f2c;
/* SwiftUI */
Color(red: 0.941, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#f04f2c")Accessibility — WCAG contrast
Aa
#f04f2c on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04f2c on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow81.7%
Key (black)5.9%
Color previews
#f04f2c text on a black background
contrast 5.86:1
Card sample
#f04f2c text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04f2c;
Background color
Panel with #f04f2c background
background-color: #f04f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04f2c; background: linear-gradient(135deg, #f04f2c, #F0D22C);