#fc91fd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 145, 253
HSL
299°, 96%, 78%
CMYK
0, 43, 0, 1
Luminance
0.4804
Every format
| HEX | #fc91fd |
| RGB | rgb(252, 145, 253) |
| HSL | hsl(299, 96%, 78%) |
| CMYK | cmyk(0%, 43%, 0%, 1%) |
| LAB | lab(74.8 55.6 -36.9) |
| LCH | lch(74.8 66.7 326.5) |
| OKLCH | oklch(0.806 0.184 326.8) |
Copy-ready code
/* CSS */
color: #fc91fd;
background-color: #fc91fd;
/* Tailwind (arbitrary) */
class="text-[#fc91fd] bg-[#fc91fd]"
/* SCSS */
$brand: #fc91fd;
/* SwiftUI */
Color(red: 0.988, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#fc91fd")Accessibility — WCAG contrast
Aa
#fc91fd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc91fd on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fc91fd text on a black background
contrast 10.61:1
Card sample
#fc91fd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc91fd;
Background color
Panel with #fc91fd background
background-color: #fc91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc91fd; background: linear-gradient(135deg, #fc91fd, #FD91B6);