#fc8fd8
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 143, 216
HSL
320°, 95%, 78%
CMYK
0, 43, 14, 1
Luminance
0.4530
Every format
| HEX | #fc8fd8 |
| RGB | rgb(252, 143, 216) |
| HSL | hsl(320, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 14%, 1%) |
| LAB | lab(73.1 50.5 -19.4) |
| LCH | lch(73.1 54.0 339.0) |
| OKLCH | oklch(0.788 0.157 340.8) |
Copy-ready code
/* CSS */
color: #fc8fd8;
background-color: #fc8fd8;
/* Tailwind (arbitrary) */
class="text-[#fc8fd8] bg-[#fc8fd8]"
/* SCSS */
$brand: #fc8fd8;
/* SwiftUI */
Color(red: 0.988, green: 0.561, blue: 0.847)
/* Android */
Color.parseColor("#fc8fd8")Accessibility — WCAG contrast
Aa
#fc8fd8 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8fd8 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.1%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow14.3%
Key (black)1.2%
Color previews
#fc8fd8 text on a black background
contrast 10.06:1
Card sample
#fc8fd8 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8fd8;
Background color
Panel with #fc8fd8 background
background-color: #fc8fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 143, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 143, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8fd8; background: linear-gradient(135deg, #fc8fd8, #FC8F90);