#fc98cf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 152, 207
HSL
327°, 94%, 79%
CMYK
0, 40, 18, 1
Luminance
0.4766
Every format
| HEX | #fc98cf |
| RGB | rgb(252, 152, 207) |
| HSL | hsl(327, 94%, 79%) |
| CMYK | cmyk(0%, 40%, 18%, 1%) |
| LAB | lab(74.6 44.5 -12.1) |
| LCH | lch(74.6 46.2 344.8) |
| OKLCH | oklch(0.799 0.136 346.5) |
Copy-ready code
/* CSS */
color: #fc98cf;
background-color: #fc98cf;
/* Tailwind (arbitrary) */
class="text-[#fc98cf] bg-[#fc98cf]"
/* SCSS */
$brand: #fc98cf;
/* SwiftUI */
Color(red: 0.988, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#fc98cf")Accessibility — WCAG contrast
Aa
#fc98cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc98cf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow17.9%
Key (black)1.2%
Color previews
#fc98cf text on a black background
contrast 10.53:1
Card sample
#fc98cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc98cf;
Background color
Panel with #fc98cf background
background-color: #fc98cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc98cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc98cf; background: linear-gradient(135deg, #fc98cf, #FCA498);