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