#fc95df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 149, 223
HSL
317°, 95%, 79%
CMYK
0, 41, 12, 1
Luminance
0.4752
Every format
| HEX | #fc95df |
| RGB | rgb(252, 149, 223) |
| HSL | hsl(317, 95%, 79%) |
| CMYK | cmyk(0%, 41%, 12%, 1%) |
| LAB | lab(74.5 48.5 -21.0) |
| LCH | lch(74.5 52.9 336.6) |
| OKLCH | oklch(0.800 0.152 338.3) |
Copy-ready code
/* CSS */
color: #fc95df;
background-color: #fc95df;
/* Tailwind (arbitrary) */
class="text-[#fc95df] bg-[#fc95df]"
/* SCSS */
$brand: #fc95df;
/* SwiftUI */
Color(red: 0.988, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#fc95df")Accessibility — WCAG contrast
Aa
#fc95df on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc95df on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow11.5%
Key (black)1.2%
Color previews
#fc95df text on a black background
contrast 10.50:1
Card sample
#fc95df text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc95df;
Background color
Panel with #fc95df background
background-color: #fc95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc95df; background: linear-gradient(135deg, #fc95df, #FC959A);