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