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