#f0373c
a balanced, electric red · warm · closest name: crimson
RGB
240, 55, 60
HSL
358°, 86%, 58%
CMYK
0, 77, 75, 6
Luminance
0.2158
Every format
| HEX | #f0373c |
| RGB | rgb(240, 55, 60) |
| HSL | hsl(358, 86%, 58%) |
| CMYK | cmyk(0%, 77%, 75%, 6%) |
| LAB | lab(53.6 68.8 42.1) |
| LCH | lch(53.6 80.6 31.5) |
| OKLCH | oklch(0.626 0.220 25.2) |
Copy-ready code
/* CSS */
color: #f0373c;
background-color: #f0373c;
/* Tailwind (arbitrary) */
class="text-[#f0373c] bg-[#f0373c]"
/* SCSS */
$brand: #f0373c;
/* SwiftUI */
Color(red: 0.941, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#f0373c")Accessibility — WCAG contrast
Aa
#f0373c on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0373c on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow75.0%
Key (black)5.9%
Color previews
#f0373c text on a black background
contrast 5.32:1
Card sample
#f0373c text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0373c;
Background color
Panel with #f0373c background
background-color: #f0373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0373c; background: linear-gradient(135deg, #f0373c, #F0AD37);