#fc91cf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 145, 207
HSL
325°, 95%, 78%
CMYK
0, 43, 18, 1
Luminance
0.4545
Every format
| HEX | #fc91cf |
| RGB | rgb(252, 145, 207) |
| HSL | hsl(325, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 18%, 1%) |
| LAB | lab(73.2 48.1 -14.2) |
| LCH | lch(73.2 50.2 343.5) |
| OKLCH | oklch(0.788 0.148 345.3) |
Copy-ready code
/* CSS */
color: #fc91cf;
background-color: #fc91cf;
/* Tailwind (arbitrary) */
class="text-[#fc91cf] bg-[#fc91cf]"
/* SCSS */
$brand: #fc91cf;
/* SwiftUI */
Color(red: 0.988, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#fc91cf")Accessibility — WCAG contrast
Aa
#fc91cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc91cf on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow17.9%
Key (black)1.2%
Color previews
#fc91cf text on a black background
contrast 10.09:1
Card sample
#fc91cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc91cf;
Background color
Panel with #fc91cf background
background-color: #fc91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc91cf; background: linear-gradient(135deg, #fc91cf, #FC9A91);