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