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