#f02c4f
a balanced, electric red · warm · closest name: crimson
RGB
240, 44, 79
HSL
349°, 87%, 56%
CMYK
0, 82, 67, 6
Luminance
0.2089
Every format
| HEX | #f02c4f |
| RGB | rgb(240, 44, 79) |
| HSL | hsl(349, 87%, 56%) |
| CMYK | cmyk(0%, 82%, 67%, 6%) |
| LAB | lab(52.8 72.4 30.2) |
| LCH | lch(52.8 78.5 22.7) |
| OKLCH | oklch(0.622 0.226 18.3) |
Copy-ready code
/* CSS */
color: #f02c4f;
background-color: #f02c4f;
/* Tailwind (arbitrary) */
class="text-[#f02c4f] bg-[#f02c4f]"
/* SCSS */
$brand: #f02c4f;
/* SwiftUI */
Color(red: 0.941, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#f02c4f")Accessibility — WCAG contrast
Aa
#f02c4f on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02c4f on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow67.1%
Key (black)5.9%
Color previews
#f02c4f text on a black background
contrast 5.18:1
Card sample
#f02c4f text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02c4f;
Background color
Panel with #f02c4f background
background-color: #f02c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02c4f; background: linear-gradient(135deg, #f02c4f, #F08C2C);