#f2003c
a balanced, electric red · warm · closest name: crimson
RGB
242, 0, 60
HSL
345°, 100%, 48%
CMYK
0, 100, 75, 5
Luminance
0.1920
Every format
| HEX | #f2003c |
| RGB | rgb(242, 0, 60) |
| HSL | hsl(345, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 75%, 5%) |
| LAB | lab(50.9 78.0 39.3) |
| LCH | lch(50.9 87.3 26.7) |
| OKLCH | oklch(0.608 0.244 20.9) |
Copy-ready code
/* CSS */
color: #f2003c;
background-color: #f2003c;
/* Tailwind (arbitrary) */
class="text-[#f2003c] bg-[#f2003c]"
/* SCSS */
$brand: #f2003c;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#f2003c")Accessibility — WCAG contrast
Aa
#f2003c on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2003c on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.2%
Key (black)5.1%
Color previews
#f2003c text on a black background
contrast 4.84:1
Card sample
#f2003c text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2003c;
Background color
Panel with #f2003c background
background-color: #f2003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2003c; background: linear-gradient(135deg, #f2003c, #F26500);