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