#fc7fba
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 127, 186
HSL
332°, 95%, 74%
CMYK
0, 50, 26, 1
Luminance
0.3942
Every format
| HEX | #fc7fba |
| RGB | rgb(252, 127, 186) |
| HSL | hsl(332, 95%, 74%) |
| CMYK | cmyk(0%, 50%, 26%, 1%) |
| LAB | lab(69.1 54.0 -8.8) |
| LCH | lch(69.1 54.7 350.8) |
| OKLCH | oklch(0.755 0.165 352.1) |
Copy-ready code
/* CSS */
color: #fc7fba;
background-color: #fc7fba;
/* Tailwind (arbitrary) */
class="text-[#fc7fba] bg-[#fc7fba]"
/* SCSS */
$brand: #fc7fba;
/* SwiftUI */
Color(red: 0.988, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#fc7fba")Accessibility — WCAG contrast
Aa
#fc7fba on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7fba on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow26.2%
Key (black)1.2%
Color previews
#fc7fba text on a black background
contrast 8.88:1
Card sample
#fc7fba text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7fba;
Background color
Panel with #fc7fba background
background-color: #fc7fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7fba; background: linear-gradient(135deg, #fc7fba, #FC977F);