#fd5bfc
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 91, 252
HSL
300°, 98%, 68%
CMYK
0, 64, 0, 1
Luminance
0.3539
Every format
| HEX | #fd5bfc |
| RGB | rgb(253, 91, 252) |
| HSL | hsl(300, 98%, 68%) |
| CMYK | cmyk(0%, 64%, 0%, 1%) |
| LAB | lab(66.1 79.5 -50.1) |
| LCH | lch(66.1 94.0 327.8) |
| OKLCH | oklch(0.741 0.262 328.1) |
Copy-ready code
/* CSS */
color: #fd5bfc;
background-color: #fd5bfc;
/* Tailwind (arbitrary) */
class="text-[#fd5bfc] bg-[#fd5bfc]"
/* SCSS */
$brand: #fd5bfc;
/* SwiftUI */
Color(red: 0.992, green: 0.357, blue: 0.988)
/* Android */
Color.parseColor("#fd5bfc")Accessibility — WCAG contrast
Aa
#fd5bfc on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5bfc on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow0.4%
Key (black)0.8%
Color previews
#fd5bfc text on a black background
contrast 8.08:1
Card sample
#fd5bfc text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5bfc;
Background color
Panel with #fd5bfc background
background-color: #fd5bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 91, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 91, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5bfc; background: linear-gradient(135deg, #fd5bfc, #FD5B90);