#fd50ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 80, 186
HSL
323°, 98%, 65%
CMYK
0, 68, 27, 1
Luminance
0.3017
Every format
| HEX | #fd50ba |
| RGB | rgb(253, 80, 186) |
| HSL | hsl(323, 98%, 65%) |
| CMYK | cmyk(0%, 68%, 27%, 1%) |
| LAB | lab(61.8 74.2 -19.7) |
| LCH | lch(61.8 76.8 345.2) |
| OKLCH | oklch(0.701 0.231 347.0) |
Copy-ready code
/* CSS */
color: #fd50ba;
background-color: #fd50ba;
/* Tailwind (arbitrary) */
class="text-[#fd50ba] bg-[#fd50ba]"
/* SCSS */
$brand: #fd50ba;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.729)
/* Android */
Color.parseColor("#fd50ba")Accessibility — WCAG contrast
Aa
#fd50ba on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd50ba on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fd50ba text on a black background
contrast 7.03:1
Card sample
#fd50ba text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd50ba;
Background color
Panel with #fd50ba background
background-color: #fd50ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd50ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd50ba; background: linear-gradient(135deg, #fd50ba, #FD5950);