#fc8bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 139, 201
HSL
327°, 95%, 77%
CMYK
0, 45, 20, 1
Luminance
0.4338
Every format
| HEX | #fc8bc9 |
| RGB | rgb(252, 139, 201) |
| HSL | hsl(327, 95%, 77%) |
| CMYK | cmyk(0%, 45%, 20%, 1%) |
| LAB | lab(71.8 50.2 -13.0) |
| LCH | lch(71.8 51.9 345.5) |
| OKLCH | oklch(0.777 0.154 347.2) |
Copy-ready code
/* CSS */
color: #fc8bc9;
background-color: #fc8bc9;
/* Tailwind (arbitrary) */
class="text-[#fc8bc9] bg-[#fc8bc9]"
/* SCSS */
$brand: #fc8bc9;
/* SwiftUI */
Color(red: 0.988, green: 0.545, blue: 0.788)
/* Android */
Color.parseColor("#fc8bc9")Accessibility — WCAG contrast
Aa
#fc8bc9 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8bc9 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow20.2%
Key (black)1.2%
Color previews
#fc8bc9 text on a black background
contrast 9.68:1
Card sample
#fc8bc9 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8bc9;
Background color
Panel with #fc8bc9 background
background-color: #fc8bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 139, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 139, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8bc9; background: linear-gradient(135deg, #fc8bc9, #FC988B);