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