#fe50fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 80, 253
HSL
300°, 99%, 66%
CMYK
0, 69, 0, 0
Luminance
0.3390
Every format
| HEX | #fe50fd |
| RGB | rgb(254, 80, 253) |
| HSL | hsl(300, 99%, 66%) |
| CMYK | cmyk(0%, 69%, 0%, 0%) |
| LAB | lab(64.9 83.7 -52.5) |
| LCH | lch(64.9 98.8 327.9) |
| OKLCH | oklch(0.733 0.275 328.2) |
Copy-ready code
/* CSS */
color: #fe50fd;
background-color: #fe50fd;
/* Tailwind (arbitrary) */
class="text-[#fe50fd] bg-[#fe50fd]"
/* SCSS */
$brand: #fe50fd;
/* SwiftUI */
Color(red: 0.996, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#fe50fd")Accessibility — WCAG contrast
Aa
#fe50fd on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe50fd on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.4%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow0.4%
Key (black)0.4%
Color previews
#fe50fd text on a black background
contrast 7.78:1
Card sample
#fe50fd text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe50fd;
Background color
Panel with #fe50fd background
background-color: #fe50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe50fd; background: linear-gradient(135deg, #fe50fd, #FE5089);