#fc5df8
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 93, 248
HSL
302°, 96%, 68%
CMYK
0, 63, 2, 1
Luminance
0.3530
Every format
| HEX | #fc5df8 |
| RGB | rgb(252, 93, 248) |
| HSL | hsl(302, 96%, 68%) |
| CMYK | cmyk(0%, 63%, 2%, 1%) |
| LAB | lab(66.0 77.9 -48.0) |
| LCH | lch(66.0 91.5 328.4) |
| OKLCH | oklch(0.740 0.256 328.8) |
Copy-ready code
/* CSS */
color: #fc5df8;
background-color: #fc5df8;
/* Tailwind (arbitrary) */
class="text-[#fc5df8] bg-[#fc5df8]"
/* SCSS */
$brand: #fc5df8;
/* SwiftUI */
Color(red: 0.988, green: 0.365, blue: 0.973)
/* Android */
Color.parseColor("#fc5df8")Accessibility — WCAG contrast
Aa
#fc5df8 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5df8 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.5%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow1.6%
Key (black)1.2%
Color previews
#fc5df8 text on a black background
contrast 8.06:1
Card sample
#fc5df8 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5df8;
Background color
Panel with #fc5df8 background
background-color: #fc5df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 93, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 93, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5df8; background: linear-gradient(135deg, #fc5df8, #FC5D8E);