#ff50df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 80, 223
HSL
311°, 100%, 66%
CMYK
0, 69, 13, 0
Luminance
0.3233
Every format
| HEX | #ff50df |
| RGB | rgb(255, 80, 223) |
| HSL | hsl(311, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 13%, 0%) |
| LAB | lab(63.6 79.5 -37.8) |
| LCH | lch(63.6 88.0 334.6) |
| OKLCH | oklch(0.720 0.255 336.2) |
Copy-ready code
/* CSS */
color: #ff50df;
background-color: #ff50df;
/* Tailwind (arbitrary) */
class="text-[#ff50df] bg-[#ff50df]"
/* SCSS */
$brand: #ff50df;
/* SwiftUI */
Color(red: 1.000, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#ff50df")Accessibility — WCAG contrast
Aa
#ff50df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff50df on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff50df text on a black background
contrast 7.47:1
Card sample
#ff50df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff50df;
Background color
Panel with #ff50df background
background-color: #ff50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff50df; background: linear-gradient(135deg, #ff50df, #FF506A);