#f50049
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 73
HSL
342°, 100%, 48%
CMYK
0, 100, 70, 4
Luminance
0.1989
Every format
| HEX | #f50049 |
| RGB | rgb(245, 0, 73) |
| HSL | hsl(342, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 70%, 4%) |
| LAB | lab(51.7 79.2 32.7) |
| LCH | lch(51.7 85.7 22.4) |
| OKLCH | oklch(0.615 0.246 17.8) |
Copy-ready code
/* CSS */
color: #f50049;
background-color: #f50049;
/* Tailwind (arbitrary) */
class="text-[#f50049] bg-[#f50049]"
/* SCSS */
$brand: #f50049;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#f50049")Accessibility — WCAG contrast
Aa
#f50049 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50049 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow70.2%
Key (black)3.9%
Color previews
#f50049 text on a black background
contrast 4.98:1
Card sample
#f50049 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50049;
Background color
Panel with #f50049 background
background-color: #f50049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50049; background: linear-gradient(135deg, #f50049, #F55A00);