#f50087
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 135
HSL
327°, 100%, 48%
CMYK
0, 100, 45, 4
Luminance
0.2116
Every format
| HEX | #f50087 |
| RGB | rgb(245, 0, 135) |
| HSL | hsl(327, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 45%, 4%) |
| LAB | lab(53.1 83.0 -2.9) |
| LCH | lch(53.1 83.0 358.0) |
| OKLCH | oklch(0.630 0.256 358.5) |
Copy-ready code
/* CSS */
color: #f50087;
background-color: #f50087;
/* Tailwind (arbitrary) */
class="text-[#f50087] bg-[#f50087]"
/* SCSS */
$brand: #f50087;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.529)
/* Android */
Color.parseColor("#f50087")Accessibility — WCAG contrast
Aa
#f50087 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50087 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.9%
Key (black)3.9%
Color previews
#f50087 text on a black background
contrast 5.23:1
Card sample
#f50087 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50087;
Background color
Panel with #f50087 background
background-color: #f50087;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50087;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50087; background: linear-gradient(135deg, #f50087, #F51C00);