#fc97ba
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 151, 186
HSL
339°, 94%, 79%
CMYK
0, 40, 26, 1
Luminance
0.4637
Every format
| HEX | #fc97ba |
| RGB | rgb(252, 151, 186) |
| HSL | hsl(339, 94%, 79%) |
| CMYK | cmyk(0%, 40%, 26%, 1%) |
| LAB | lab(73.8 42.1 -1.8) |
| LCH | lch(73.8 42.1 357.6) |
| OKLCH | oklch(0.790 0.127 358.2) |
Copy-ready code
/* CSS */
color: #fc97ba;
background-color: #fc97ba;
/* Tailwind (arbitrary) */
class="text-[#fc97ba] bg-[#fc97ba]"
/* SCSS */
$brand: #fc97ba;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#fc97ba")Accessibility — WCAG contrast
Aa
#fc97ba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc97ba on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow26.2%
Key (black)1.2%
Color previews
#fc97ba text on a black background
contrast 10.27:1
Card sample
#fc97ba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc97ba;
Background color
Panel with #fc97ba background
background-color: #fc97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc97ba; background: linear-gradient(135deg, #fc97ba, #FCB797);