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