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