#f2002c
a balanced, electric red · warm · closest name: crimson
RGB
242, 0, 44
HSL
349°, 100%, 48%
CMYK
0, 100, 82, 5
Luminance
0.1906
Every format
| HEX | #f2002c |
| RGB | rgb(242, 0, 44) |
| HSL | hsl(349, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 82%, 5%) |
| LAB | lab(50.8 77.6 48.0) |
| LCH | lch(50.8 91.2 31.8) |
| OKLCH | oklch(0.606 0.245 24.4) |
Copy-ready code
/* CSS */
color: #f2002c;
background-color: #f2002c;
/* Tailwind (arbitrary) */
class="text-[#f2002c] bg-[#f2002c]"
/* SCSS */
$brand: #f2002c;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#f2002c")Accessibility — WCAG contrast
Aa
#f2002c on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2002c on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow81.8%
Key (black)5.1%
Color previews
#f2002c text on a black background
contrast 4.81:1
Card sample
#f2002c text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2002c;
Background color
Panel with #f2002c background
background-color: #f2002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2002c; background: linear-gradient(135deg, #f2002c, #F27500);