#fc8cbf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 140, 191
HSL
333°, 95%, 77%
CMYK
0, 44, 24, 1
Luminance
0.4321
Every format
| HEX | #fc8cbf |
| RGB | rgb(252, 140, 191) |
| HSL | hsl(333, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 24%, 1%) |
| LAB | lab(71.7 48.3 -7.6) |
| LCH | lch(71.7 48.9 351.1) |
| OKLCH | oklch(0.775 0.147 352.3) |
Copy-ready code
/* CSS */
color: #fc8cbf;
background-color: #fc8cbf;
/* Tailwind (arbitrary) */
class="text-[#fc8cbf] bg-[#fc8cbf]"
/* SCSS */
$brand: #fc8cbf;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#fc8cbf")Accessibility — WCAG contrast
Aa
#fc8cbf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cbf on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow24.2%
Key (black)1.2%
Color previews
#fc8cbf text on a black background
contrast 9.64:1
Card sample
#fc8cbf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cbf;
Background color
Panel with #fc8cbf background
background-color: #fc8cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cbf; background: linear-gradient(135deg, #fc8cbf, #FCA48C);