#fd73ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 115, 173
HSL
335°, 97%, 72%
CMYK
0, 55, 32, 1
Luminance
0.3616
Every format
| HEX | #fd73ad |
| RGB | rgb(253, 115, 173) |
| HSL | hsl(335, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 32%, 1%) |
| LAB | lab(66.7 58.4 -5.0) |
| LCH | lch(66.7 58.6 355.1) |
| OKLCH | oklch(0.736 0.178 356.0) |
Copy-ready code
/* CSS */
color: #fd73ad;
background-color: #fd73ad;
/* Tailwind (arbitrary) */
class="text-[#fd73ad] bg-[#fd73ad]"
/* SCSS */
$brand: #fd73ad;
/* SwiftUI */
Color(red: 0.992, green: 0.451, blue: 0.678)
/* Android */
Color.parseColor("#fd73ad")Accessibility — WCAG contrast
Aa
#fd73ad on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd73ad on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow31.6%
Key (black)0.8%
Color previews
#fd73ad text on a black background
contrast 8.23:1
Card sample
#fd73ad text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd73ad;
Background color
Panel with #fd73ad background
background-color: #fd73ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd73ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 115, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 115, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd73ad; background: linear-gradient(135deg, #fd73ad, #FD9573);