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