#f3604d
a balanced, electric red · warm · closest name: tomato
RGB
243, 96, 77
HSL
7°, 87%, 63%
CMYK
0, 61, 68, 5
Luminance
0.2796
Every format
| HEX | #f3604d |
| RGB | rgb(243, 96, 77) |
| HSL | hsl(7, 87%, 63%) |
| CMYK | cmyk(0%, 61%, 68%, 5%) |
| LAB | lab(59.9 55.4 40.0) |
| LCH | lch(59.9 68.3 35.9) |
| OKLCH | oklch(0.675 0.184 30.0) |
Copy-ready code
/* CSS */
color: #f3604d;
background-color: #f3604d;
/* Tailwind (arbitrary) */
class="text-[#f3604d] bg-[#f3604d]"
/* SCSS */
$brand: #f3604d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.302)
/* Android */
Color.parseColor("#f3604d")Accessibility — WCAG contrast
Aa
#f3604d on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3604d on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow68.3%
Key (black)4.7%
Color previews
#f3604d text on a black background
contrast 6.59:1
Card sample
#f3604d text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3604d;
Background color
Panel with #f3604d background
background-color: #f3604d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3604d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3604d; background: linear-gradient(135deg, #f3604d, #F3CF4D);