#fc8cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 140, 223
HSL
316°, 95%, 77%
CMYK
0, 44, 12, 1
Luminance
0.4478
Every format
| HEX | #fc8cdf |
| RGB | rgb(252, 140, 223) |
| HSL | hsl(316, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 12%, 1%) |
| LAB | lab(72.8 53.0 -23.7) |
| LCH | lch(72.8 58.1 335.9) |
| OKLCH | oklch(0.786 0.167 337.6) |
Copy-ready code
/* CSS */
color: #fc8cdf;
background-color: #fc8cdf;
/* Tailwind (arbitrary) */
class="text-[#fc8cdf] bg-[#fc8cdf]"
/* SCSS */
$brand: #fc8cdf;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#fc8cdf")Accessibility — WCAG contrast
Aa
#fc8cdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cdf on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc8cdf text on a black background
contrast 9.96:1
Card sample
#fc8cdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cdf;
Background color
Panel with #fc8cdf background
background-color: #fc8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cdf; background: linear-gradient(135deg, #fc8cdf, #FC8C95);