#fc8cba
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 140, 186
HSL
335°, 95%, 77%
CMYK
0, 44, 26, 1
Luminance
0.4300
Every format
| HEX | #fc8cba |
| RGB | rgb(252, 140, 186) |
| HSL | hsl(335, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 26%, 1%) |
| LAB | lab(71.6 47.6 -5.0) |
| LCH | lch(71.6 47.9 354.0) |
| OKLCH | oklch(0.773 0.144 355.0) |
Copy-ready code
/* CSS */
color: #fc8cba;
background-color: #fc8cba;
/* Tailwind (arbitrary) */
class="text-[#fc8cba] bg-[#fc8cba]"
/* SCSS */
$brand: #fc8cba;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#fc8cba")Accessibility — WCAG contrast
Aa
#fc8cba on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cba on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fc8cba text on a black background
contrast 9.60:1
Card sample
#fc8cba text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cba;
Background color
Panel with #fc8cba background
background-color: #fc8cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cba; background: linear-gradient(135deg, #fc8cba, #FCA98C);