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