#f50df6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 13, 246
HSL
300°, 93%, 51%
CMYK
0, 95, 0, 4
Luminance
0.2635
Every format
| HEX | #f50df6 |
| RGB | rgb(245, 13, 246) |
| HSL | hsl(300, 93%, 51%) |
| CMYK | cmyk(0%, 95%, 0%, 4%) |
| LAB | lab(58.4 94.6 -59.0) |
| LCH | lch(58.4 111.5 328.0) |
| OKLCH | oklch(0.683 0.311 328.1) |
Copy-ready code
/* CSS */
color: #f50df6;
background-color: #f50df6;
/* Tailwind (arbitrary) */
class="text-[#f50df6] bg-[#f50df6]"
/* SCSS */
$brand: #f50df6;
/* SwiftUI */
Color(red: 0.961, green: 0.051, blue: 0.965)
/* Android */
Color.parseColor("#f50df6")Accessibility — WCAG contrast
Aa
#f50df6 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50df6 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green5.1%
Blue96.5%
CMYK percentages
Cyan0.4%
Magenta94.7%
Yellow0.0%
Key (black)3.5%
Color previews
#f50df6 text on a black background
contrast 6.27:1
Card sample
#f50df6 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50df6;
Background color
Panel with #f50df6 background
background-color: #f50df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 13, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 13, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50df6; background: linear-gradient(135deg, #f50df6, #F60D5C);