#fc71ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 113, 186
HSL
329°, 96%, 72%
CMYK
0, 55, 26, 1
Luminance
0.3605
Every format
| HEX | #fc71ba |
| RGB | rgb(252, 113, 186) |
| HSL | hsl(329, 96%, 72%) |
| CMYK | cmyk(0%, 55%, 26%, 1%) |
| LAB | lab(66.6 60.6 -12.5) |
| LCH | lch(66.6 61.8 348.4) |
| OKLCH | oklch(0.736 0.186 349.9) |
Copy-ready code
/* CSS */
color: #fc71ba;
background-color: #fc71ba;
/* Tailwind (arbitrary) */
class="text-[#fc71ba] bg-[#fc71ba]"
/* SCSS */
$brand: #fc71ba;
/* SwiftUI */
Color(red: 0.988, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#fc71ba")Accessibility — WCAG contrast
Aa
#fc71ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc71ba on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green44.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow26.2%
Key (black)1.2%
Color previews
#fc71ba text on a black background
contrast 8.21:1
Card sample
#fc71ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc71ba;
Background color
Panel with #fc71ba background
background-color: #fc71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc71ba; background: linear-gradient(135deg, #fc71ba, #FC8571);