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