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