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