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