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