#f50488
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 4, 136
HSL
327°, 97%, 49%
CMYK
0, 98, 45, 4
Luminance
0.2128
Every format
| HEX | #f50488 |
| RGB | rgb(245, 4, 136) |
| HSL | hsl(327, 97%, 49%) |
| CMYK | cmyk(0%, 98%, 45%, 4%) |
| LAB | lab(53.3 82.8 -3.4) |
| LCH | lch(53.3 82.8 357.7) |
| OKLCH | oklch(0.631 0.256 358.3) |
Copy-ready code
/* CSS */
color: #f50488;
background-color: #f50488;
/* Tailwind (arbitrary) */
class="text-[#f50488] bg-[#f50488]"
/* SCSS */
$brand: #f50488;
/* SwiftUI */
Color(red: 0.961, green: 0.016, blue: 0.533)
/* Android */
Color.parseColor("#f50488")Accessibility — WCAG contrast
Aa
#f50488 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50488 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green1.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow44.5%
Key (black)3.9%
Color previews
#f50488 text on a black background
contrast 5.26:1
Card sample
#f50488 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50488;
Background color
Panel with #f50488 background
background-color: #f50488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 4, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 4, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50488; background: linear-gradient(135deg, #f50488, #F52004);