#f03b29
a balanced, electric red · warm · closest name: tomato
RGB
240, 59, 41
HSL
5°, 87%, 55%
CMYK
0, 75, 83, 6
Luminance
0.2181
Every format
| HEX | #f03b29 |
| RGB | rgb(240, 59, 41) |
| HSL | hsl(5, 87%, 55%) |
| CMYK | cmyk(0%, 75%, 83%, 6%) |
| LAB | lab(53.8 67.0 52.2) |
| LCH | lch(53.8 85.0 37.9) |
| OKLCH | oklch(0.628 0.219 30.0) |
Copy-ready code
/* CSS */
color: #f03b29;
background-color: #f03b29;
/* Tailwind (arbitrary) */
class="text-[#f03b29] bg-[#f03b29]"
/* SCSS */
$brand: #f03b29;
/* SwiftUI */
Color(red: 0.941, green: 0.231, blue: 0.161)
/* Android */
Color.parseColor("#f03b29")Accessibility — WCAG contrast
Aa
#f03b29 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03b29 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green23.1%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow82.9%
Key (black)5.9%
Color previews
#f03b29 text on a black background
contrast 5.36:1
Card sample
#f03b29 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03b29;
Background color
Panel with #f03b29 background
background-color: #f03b29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03b29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 59, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 59, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03b29; background: linear-gradient(135deg, #f03b29, #F0C029);