#fd50ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 80, 173
HSL
328°, 98%, 65%
CMYK
0, 68, 32, 1
Luminance
0.2964
Every format
| HEX | #fd50ad |
| RGB | rgb(253, 80, 173) |
| HSL | hsl(328, 98%, 65%) |
| CMYK | cmyk(0%, 68%, 32%, 1%) |
| LAB | lab(61.3 72.7 -12.9) |
| LCH | lch(61.3 73.8 349.9) |
| OKLCH | oklch(0.696 0.225 351.5) |
Copy-ready code
/* CSS */
color: #fd50ad;
background-color: #fd50ad;
/* Tailwind (arbitrary) */
class="text-[#fd50ad] bg-[#fd50ad]"
/* SCSS */
$brand: #fd50ad;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.678)
/* Android */
Color.parseColor("#fd50ad")Accessibility — WCAG contrast
Aa
#fd50ad on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd50ad on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow31.6%
Key (black)0.8%
Color previews
#fd50ad text on a black background
contrast 6.93:1
Card sample
#fd50ad text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd50ad;
Background color
Panel with #fd50ad background
background-color: #fd50ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd50ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd50ad; background: linear-gradient(135deg, #fd50ad, #FD6650);