#fd71cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 113, 203
HSL
321°, 97%, 72%
CMYK
0, 55, 20, 1
Luminance
0.3700
Every format
| HEX | #fd71cb |
| RGB | rgb(253, 113, 203) |
| HSL | hsl(321, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 20%, 1%) |
| LAB | lab(67.3 63.1 -20.9) |
| LCH | lch(67.3 66.5 341.7) |
| OKLCH | oklch(0.744 0.197 343.5) |
Copy-ready code
/* CSS */
color: #fd71cb;
background-color: #fd71cb;
/* Tailwind (arbitrary) */
class="text-[#fd71cb] bg-[#fd71cb]"
/* SCSS */
$brand: #fd71cb;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.796)
/* Android */
Color.parseColor("#fd71cb")Accessibility — WCAG contrast
Aa
#fd71cb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd71cb on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow19.8%
Key (black)0.8%
Color previews
#fd71cb text on a black background
contrast 8.40:1
Card sample
#fd71cb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd71cb;
Background color
Panel with #fd71cb background
background-color: #fd71cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd71cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd71cb; background: linear-gradient(135deg, #fd71cb, #FD7471);