#fc9fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 159, 223
HSL
319°, 94%, 81%
CMYK
0, 37, 12, 1
Luminance
0.5082
Every format
| HEX | #fc9fdf |
| RGB | rgb(252, 159, 223) |
| HSL | hsl(319, 94%, 81%) |
| CMYK | cmyk(0%, 37%, 12%, 1%) |
| LAB | lab(76.6 43.4 -17.9) |
| LCH | lch(76.6 47.0 337.6) |
| OKLCH | oklch(0.815 0.135 339.3) |
Copy-ready code
/* CSS */
color: #fc9fdf;
background-color: #fc9fdf;
/* Tailwind (arbitrary) */
class="text-[#fc9fdf] bg-[#fc9fdf]"
/* SCSS */
$brand: #fc9fdf;
/* SwiftUI */
Color(red: 0.988, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#fc9fdf")Accessibility — WCAG contrast
Aa
#fc9fdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9fdf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow11.5%
Key (black)1.2%
Color previews
#fc9fdf text on a black background
contrast 11.16:1
Card sample
#fc9fdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9fdf;
Background color
Panel with #fc9fdf background
background-color: #fc9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9fdf; background: linear-gradient(135deg, #fc9fdf, #FC9FA1);