#f04f4f
a balanced, electric red · warm · closest name: tomato
RGB
240, 79, 79
HSL
0°, 84%, 63%
CMYK
0, 67, 67, 6
Luminance
0.2468
Every format
| HEX | #f04f4f |
| RGB | rgb(240, 79, 79) |
| HSL | hsl(0, 84%, 63%) |
| CMYK | cmyk(0%, 67%, 67%, 6%) |
| LAB | lab(56.8 61.5 35.1) |
| LCH | lch(56.8 70.8 29.7) |
| OKLCH | oklch(0.651 0.198 24.5) |
Copy-ready code
/* CSS */
color: #f04f4f;
background-color: #f04f4f;
/* Tailwind (arbitrary) */
class="text-[#f04f4f] bg-[#f04f4f]"
/* SCSS */
$brand: #f04f4f;
/* SwiftUI */
Color(red: 0.941, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#f04f4f")Accessibility — WCAG contrast
Aa
#f04f4f on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04f4f on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow67.1%
Key (black)5.9%
Color previews
#f04f4f text on a black background
contrast 5.94:1
Card sample
#f04f4f text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04f4f;
Background color
Panel with #f04f4f background
background-color: #f04f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04f4f; background: linear-gradient(135deg, #f04f4f, #F0BA4F);