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