#fc97cb
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 151, 203
HSL
329°, 94%, 79%
CMYK
0, 40, 19, 1
Luminance
0.4714
Every format
| HEX | #fc97cb |
| RGB | rgb(252, 151, 203) |
| HSL | hsl(329, 94%, 79%) |
| CMYK | cmyk(0%, 40%, 19%, 1%) |
| LAB | lab(74.3 44.5 -10.4) |
| LCH | lch(74.3 45.7 346.8) |
| OKLCH | oklch(0.796 0.135 348.4) |
Copy-ready code
/* CSS */
color: #fc97cb;
background-color: #fc97cb;
/* Tailwind (arbitrary) */
class="text-[#fc97cb] bg-[#fc97cb]"
/* SCSS */
$brand: #fc97cb;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#fc97cb")Accessibility — WCAG contrast
Aa
#fc97cb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc97cb on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow19.4%
Key (black)1.2%
Color previews
#fc97cb text on a black background
contrast 10.43:1
Card sample
#fc97cb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc97cb;
Background color
Panel with #fc97cb background
background-color: #fc97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc97cb; background: linear-gradient(135deg, #fc97cb, #FCA697);