#fc93cf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 147, 207
HSL
326°, 95%, 78%
CMYK
0, 42, 18, 1
Luminance
0.4607
Every format
| HEX | #fc93cf |
| RGB | rgb(252, 147, 207) |
| HSL | hsl(326, 95%, 78%) |
| CMYK | cmyk(0%, 42%, 18%, 1%) |
| LAB | lab(73.6 47.1 -13.6) |
| LCH | lch(73.6 49.0 343.9) |
| OKLCH | oklch(0.791 0.144 345.6) |
Copy-ready code
/* CSS */
color: #fc93cf;
background-color: #fc93cf;
/* Tailwind (arbitrary) */
class="text-[#fc93cf] bg-[#fc93cf]"
/* SCSS */
$brand: #fc93cf;
/* SwiftUI */
Color(red: 0.988, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#fc93cf")Accessibility — WCAG contrast
Aa
#fc93cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc93cf on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green57.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow17.9%
Key (black)1.2%
Color previews
#fc93cf text on a black background
contrast 10.21:1
Card sample
#fc93cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc93cf;
Background color
Panel with #fc93cf background
background-color: #fc93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc93cf; background: linear-gradient(135deg, #fc93cf, #FC9D93);