#f50df8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 13, 248
HSL
299°, 94%, 51%
CMYK
1, 95, 0, 3
Luminance
0.2648
Every format
| HEX | #f50df8 |
| RGB | rgb(245, 13, 248) |
| HSL | hsl(299, 94%, 51%) |
| CMYK | cmyk(1%, 95%, 0%, 3%) |
| LAB | lab(58.5 94.9 -60.0) |
| LCH | lch(58.5 112.3 327.7) |
| OKLCH | oklch(0.684 0.312 327.7) |
Copy-ready code
/* CSS */
color: #f50df8;
background-color: #f50df8;
/* Tailwind (arbitrary) */
class="text-[#f50df8] bg-[#f50df8]"
/* SCSS */
$brand: #f50df8;
/* SwiftUI */
Color(red: 0.961, green: 0.051, blue: 0.973)
/* Android */
Color.parseColor("#f50df8")Accessibility — WCAG contrast
Aa
#f50df8 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50df8 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green5.1%
Blue97.3%
CMYK percentages
Cyan1.2%
Magenta94.8%
Yellow0.0%
Key (black)2.7%
Color previews
#f50df8 text on a black background
contrast 6.30:1
Card sample
#f50df8 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50df8;
Background color
Panel with #f50df8 background
background-color: #f50df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 13, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 13, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50df8; background: linear-gradient(135deg, #f50df8, #F80D5F);