#fd50f7
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 80, 247
HSL
302°, 98%, 65%
CMYK
0, 68, 2, 1
Luminance
0.3334
Every format
| HEX | #fd50f7 |
| RGB | rgb(253, 80, 247) |
| HSL | hsl(302, 98%, 65%) |
| CMYK | cmyk(0%, 68%, 2%, 1%) |
| LAB | lab(64.4 82.6 -49.9) |
| LCH | lch(64.4 96.5 328.9) |
| OKLCH | oklch(0.729 0.271 329.4) |
Copy-ready code
/* CSS */
color: #fd50f7;
background-color: #fd50f7;
/* Tailwind (arbitrary) */
class="text-[#fd50f7] bg-[#fd50f7]"
/* SCSS */
$brand: #fd50f7;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.969)
/* Android */
Color.parseColor("#fd50f7")Accessibility — WCAG contrast
Aa
#fd50f7 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd50f7 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow2.4%
Key (black)0.8%
Color previews
#fd50f7 text on a black background
contrast 7.67:1
Card sample
#fd50f7 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd50f7;
Background color
Panel with #fd50f7 background
background-color: #fd50f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd50f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd50f7; background: linear-gradient(135deg, #fd50f7, #FD5084);