#fc8fd2
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 143, 210
HSL
323°, 95%, 78%
CMYK
0, 43, 17, 1
Luminance
0.4499
Every format
| HEX | #fc8fd2 |
| RGB | rgb(252, 143, 210) |
| HSL | hsl(323, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 17%, 1%) |
| LAB | lab(72.9 49.5 -16.3) |
| LCH | lch(72.9 52.2 341.7) |
| OKLCH | oklch(0.786 0.153 343.5) |
Copy-ready code
/* CSS */
color: #fc8fd2;
background-color: #fc8fd2;
/* Tailwind (arbitrary) */
class="text-[#fc8fd2] bg-[#fc8fd2]"
/* SCSS */
$brand: #fc8fd2;
/* SwiftUI */
Color(red: 0.988, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#fc8fd2")Accessibility — WCAG contrast
Aa
#fc8fd2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8fd2 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow16.7%
Key (black)1.2%
Color previews
#fc8fd2 text on a black background
contrast 10.00:1
Card sample
#fc8fd2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8fd2;
Background color
Panel with #fc8fd2 background
background-color: #fc8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8fd2; background: linear-gradient(135deg, #fc8fd2, #FC958F);