#fd71ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 113, 173
HSL
334°, 97%, 72%
CMYK
0, 55, 32, 1
Luminance
0.3571
Every format
| HEX | #fd71ad |
| RGB | rgb(253, 113, 173) |
| HSL | hsl(334, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 32%, 1%) |
| LAB | lab(66.3 59.3 -5.5) |
| LCH | lch(66.3 59.5 354.7) |
| OKLCH | oklch(0.733 0.181 355.7) |
Copy-ready code
/* CSS */
color: #fd71ad;
background-color: #fd71ad;
/* Tailwind (arbitrary) */
class="text-[#fd71ad] bg-[#fd71ad]"
/* SCSS */
$brand: #fd71ad;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.678)
/* Android */
Color.parseColor("#fd71ad")Accessibility — WCAG contrast
Aa
#fd71ad on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd71ad on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fd71ad text on a black background
contrast 8.14:1
Card sample
#fd71ad text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd71ad;
Background color
Panel with #fd71ad background
background-color: #fd71ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd71ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd71ad; background: linear-gradient(135deg, #fd71ad, #FD9371);