#f3003e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 0, 62
HSL
345°, 100%, 48%
CMYK
0, 100, 75, 5
Luminance
0.1940
Every format
| HEX | #f3003e |
| RGB | rgb(243, 0, 62) |
| HSL | hsl(345, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 75%, 5%) |
| LAB | lab(51.2 78.3 38.4) |
| LCH | lch(51.2 87.2 26.1) |
| OKLCH | oklch(0.610 0.245 20.5) |
Copy-ready code
/* CSS */
color: #f3003e;
background-color: #f3003e;
/* Tailwind (arbitrary) */
class="text-[#f3003e] bg-[#f3003e]"
/* SCSS */
$brand: #f3003e;
/* SwiftUI */
Color(red: 0.953, green: 0.000, blue: 0.243)
/* Android */
Color.parseColor("#f3003e")Accessibility — WCAG contrast
Aa
#f3003e on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3003e on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green0.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow74.5%
Key (black)4.7%
Color previews
#f3003e text on a black background
contrast 4.88:1
Card sample
#f3003e text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3003e;
Background color
Panel with #f3003e background
background-color: #f3003e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3003e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 0, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 0, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3003e; background: linear-gradient(135deg, #f3003e, #F36400);