#fc7cb2
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 124, 178
HSL
335°, 96%, 74%
CMYK
0, 51, 29, 1
Luminance
0.3833
Every format
| HEX | #fc7cb2 |
| RGB | rgb(252, 124, 178) |
| HSL | hsl(335, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 29%, 1%) |
| LAB | lab(68.3 54.4 -5.4) |
| LCH | lch(68.3 54.7 354.3) |
| OKLCH | oklch(0.748 0.166 355.3) |
Copy-ready code
/* CSS */
color: #fc7cb2;
background-color: #fc7cb2;
/* Tailwind (arbitrary) */
class="text-[#fc7cb2] bg-[#fc7cb2]"
/* SCSS */
$brand: #fc7cb2;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#fc7cb2")Accessibility — WCAG contrast
Aa
#fc7cb2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7cb2 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow29.4%
Key (black)1.2%
Color previews
#fc7cb2 text on a black background
contrast 8.67:1
Card sample
#fc7cb2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7cb2;
Background color
Panel with #fc7cb2 background
background-color: #fc7cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7cb2; background: linear-gradient(135deg, #fc7cb2, #FC9B7C);