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