#fc9fcf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 159, 207
HSL
329°, 94%, 81%
CMYK
0, 37, 18, 1
Luminance
0.5000
Every format
| HEX | #fc9fcf |
| RGB | rgb(252, 159, 207) |
| HSL | hsl(329, 94%, 81%) |
| CMYK | cmyk(0%, 37%, 18%, 1%) |
| LAB | lab(76.1 41.0 -9.9) |
| LCH | lch(76.1 42.1 346.4) |
| OKLCH | oklch(0.810 0.124 348.0) |
Copy-ready code
/* CSS */
color: #fc9fcf;
background-color: #fc9fcf;
/* Tailwind (arbitrary) */
class="text-[#fc9fcf] bg-[#fc9fcf]"
/* SCSS */
$brand: #fc9fcf;
/* SwiftUI */
Color(red: 0.988, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#fc9fcf")Accessibility — WCAG contrast
Aa
#fc9fcf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9fcf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow17.9%
Key (black)1.2%
Color previews
#fc9fcf text on a black background
contrast 11.00:1
Card sample
#fc9fcf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9fcf;
Background color
Panel with #fc9fcf background
background-color: #fc9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9fcf; background: linear-gradient(135deg, #fc9fcf, #FCAD9F);