#fc91eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 145, 235
HSL
310°, 95%, 78%
CMYK
0, 43, 7, 1
Luminance
0.4694
Every format
| HEX | #fc91eb |
| RGB | rgb(252, 145, 235) |
| HSL | hsl(310, 95%, 78%) |
| CMYK | cmyk(0%, 43%, 7%, 1%) |
| LAB | lab(74.2 52.5 -28.1) |
| LCH | lch(74.2 59.6 331.8) |
| OKLCH | oklch(0.798 0.168 333.1) |
Copy-ready code
/* CSS */
color: #fc91eb;
background-color: #fc91eb;
/* Tailwind (arbitrary) */
class="text-[#fc91eb] bg-[#fc91eb]"
/* SCSS */
$brand: #fc91eb;
/* SwiftUI */
Color(red: 0.988, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#fc91eb")Accessibility — WCAG contrast
Aa
#fc91eb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc91eb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow6.7%
Key (black)1.2%
Color previews
#fc91eb text on a black background
contrast 10.39:1
Card sample
#fc91eb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc91eb;
Background color
Panel with #fc91eb background
background-color: #fc91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc91eb; background: linear-gradient(135deg, #fc91eb, #FC91A4);