#f50057
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 87
HSL
339°, 100%, 48%
CMYK
0, 100, 65, 4
Luminance
0.2010
Every format
| HEX | #f50057 |
| RGB | rgb(245, 0, 87) |
| HSL | hsl(339, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 65%, 4%) |
| LAB | lab(52.0 79.8 24.5) |
| LCH | lch(52.0 83.5 17.1) |
| OKLCH | oklch(0.618 0.247 13.8) |
Copy-ready code
/* CSS */
color: #f50057;
background-color: #f50057;
/* Tailwind (arbitrary) */
class="text-[#f50057] bg-[#f50057]"
/* SCSS */
$brand: #f50057;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.341)
/* Android */
Color.parseColor("#f50057")Accessibility — WCAG contrast
Aa
#f50057 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50057 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.5%
Key (black)3.9%
Color previews
#f50057 text on a black background
contrast 5.02:1
Card sample
#f50057 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50057;
Background color
Panel with #f50057 background
background-color: #f50057;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50057;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50057; background: linear-gradient(135deg, #f50057, #F54C00);