#fc97eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 151, 235
HSL
310°, 94%, 79%
CMYK
0, 40, 7, 1
Luminance
0.4883
Every format
| HEX | #fc97eb |
| RGB | rgb(252, 151, 235) |
| HSL | hsl(310, 94%, 79%) |
| CMYK | cmyk(0%, 40%, 7%, 1%) |
| LAB | lab(75.3 49.5 -26.3) |
| LCH | lch(75.3 56.0 332.0) |
| OKLCH | oklch(0.807 0.158 333.3) |
Copy-ready code
/* CSS */
color: #fc97eb;
background-color: #fc97eb;
/* Tailwind (arbitrary) */
class="text-[#fc97eb] bg-[#fc97eb]"
/* SCSS */
$brand: #fc97eb;
/* SwiftUI */
Color(red: 0.988, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#fc97eb")Accessibility — WCAG contrast
Aa
#fc97eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc97eb on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green59.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fc97eb text on a black background
contrast 10.77:1
Card sample
#fc97eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc97eb;
Background color
Panel with #fc97eb background
background-color: #fc97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc97eb; background: linear-gradient(135deg, #fc97eb, #FC97A8);