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