#fc97df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 151, 223
HSL
317°, 94%, 79%
CMYK
0, 40, 12, 1
Luminance
0.4816
Every format
| HEX | #fc97df |
| RGB | rgb(252, 151, 223) |
| HSL | hsl(317, 94%, 79%) |
| CMYK | cmyk(0%, 40%, 12%, 1%) |
| LAB | lab(74.9 47.5 -20.4) |
| LCH | lch(74.9 51.7 336.8) |
| OKLCH | oklch(0.803 0.149 338.5) |
Copy-ready code
/* CSS */
color: #fc97df;
background-color: #fc97df;
/* Tailwind (arbitrary) */
class="text-[#fc97df] bg-[#fc97df]"
/* SCSS */
$brand: #fc97df;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#fc97df")Accessibility — WCAG contrast
Aa
#fc97df on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc97df on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow11.5%
Key (black)1.2%
Color previews
#fc97df text on a black background
contrast 10.63:1
Card sample
#fc97df text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc97df;
Background color
Panel with #fc97df background
background-color: #fc97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc97df; background: linear-gradient(135deg, #fc97df, #FC979C);