#fc95cf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 149, 207
HSL
326°, 95%, 79%
CMYK
0, 41, 18, 1
Luminance
0.4670
Every format
| HEX | #fc95cf |
| RGB | rgb(252, 149, 207) |
| HSL | hsl(326, 95%, 79%) |
| CMYK | cmyk(0%, 41%, 18%, 1%) |
| LAB | lab(74.0 46.1 -13.0) |
| LCH | lch(74.0 47.9 344.2) |
| OKLCH | oklch(0.794 0.141 345.9) |
Copy-ready code
/* CSS */
color: #fc95cf;
background-color: #fc95cf;
/* Tailwind (arbitrary) */
class="text-[#fc95cf] bg-[#fc95cf]"
/* SCSS */
$brand: #fc95cf;
/* SwiftUI */
Color(red: 0.988, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#fc95cf")Accessibility — WCAG contrast
Aa
#fc95cf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc95cf on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green58.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow17.9%
Key (black)1.2%
Color previews
#fc95cf text on a black background
contrast 10.34:1
Card sample
#fc95cf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc95cf;
Background color
Panel with #fc95cf background
background-color: #fc95cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc95cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc95cf; background: linear-gradient(135deg, #fc95cf, #FCA095);