#fd50cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 80, 205
HSL
317°, 98%, 65%
CMYK
0, 68, 19, 1
Luminance
0.3103
Every format
| HEX | #fd50cd |
| RGB | rgb(253, 80, 205) |
| HSL | hsl(317, 98%, 65%) |
| CMYK | cmyk(0%, 68%, 19%, 1%) |
| LAB | lab(62.5 76.6 -29.4) |
| LCH | lch(62.5 82.0 339.0) |
| OKLCH | oklch(0.709 0.242 341.0) |
Copy-ready code
/* CSS */
color: #fd50cd;
background-color: #fd50cd;
/* Tailwind (arbitrary) */
class="text-[#fd50cd] bg-[#fd50cd]"
/* SCSS */
$brand: #fd50cd;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.804)
/* Android */
Color.parseColor("#fd50cd")Accessibility — WCAG contrast
Aa
#fd50cd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd50cd on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow19.0%
Key (black)0.8%
Color previews
#fd50cd text on a black background
contrast 7.21:1
Card sample
#fd50cd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd50cd;
Background color
Panel with #fd50cd background
background-color: #fd50cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd50cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd50cd; background: linear-gradient(135deg, #fd50cd, #FD505A);