#fd5bfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 91, 254
HSL
300°, 99%, 68%
CMYK
0, 64, 0, 0
Luminance
0.3552
Every format
| HEX | #fd5bfe |
| RGB | rgb(253, 91, 254) |
| HSL | hsl(300, 99%, 68%) |
| CMYK | cmyk(0%, 64%, 0%, 0%) |
| LAB | lab(66.2 79.8 -51.0) |
| LCH | lch(66.2 94.7 327.4) |
| OKLCH | oklch(0.742 0.263 327.6) |
Copy-ready code
/* CSS */
color: #fd5bfe;
background-color: #fd5bfe;
/* Tailwind (arbitrary) */
class="text-[#fd5bfe] bg-[#fd5bfe]"
/* SCSS */
$brand: #fd5bfe;
/* SwiftUI */
Color(red: 0.992, green: 0.357, blue: 0.996)
/* Android */
Color.parseColor("#fd5bfe")Accessibility — WCAG contrast
Aa
#fd5bfe on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5bfe on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.7%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta64.2%
Yellow0.0%
Key (black)0.4%
Color previews
#fd5bfe text on a black background
contrast 8.10:1
Card sample
#fd5bfe text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5bfe;
Background color
Panel with #fd5bfe background
background-color: #fd5bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 91, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 91, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5bfe; background: linear-gradient(135deg, #fd5bfe, #FE5B92);