#fc5df5
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 93, 245
HSL
303°, 96%, 68%
CMYK
0, 63, 3, 1
Luminance
0.3512
Every format
| HEX | #fc5df5 |
| RGB | rgb(252, 93, 245) |
| HSL | hsl(303, 96%, 68%) |
| CMYK | cmyk(0%, 63%, 3%, 1%) |
| LAB | lab(65.8 77.4 -46.6) |
| LCH | lch(65.8 90.3 329.0) |
| OKLCH | oklch(0.739 0.253 329.6) |
Copy-ready code
/* CSS */
color: #fc5df5;
background-color: #fc5df5;
/* Tailwind (arbitrary) */
class="text-[#fc5df5] bg-[#fc5df5]"
/* SCSS */
$brand: #fc5df5;
/* SwiftUI */
Color(red: 0.988, green: 0.365, blue: 0.961)
/* Android */
Color.parseColor("#fc5df5")Accessibility — WCAG contrast
Aa
#fc5df5 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5df5 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.5%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow2.8%
Key (black)1.2%
Color previews
#fc5df5 text on a black background
contrast 8.02:1
Card sample
#fc5df5 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5df5;
Background color
Panel with #fc5df5 background
background-color: #fc5df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 93, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 93, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5df5; background: linear-gradient(135deg, #fc5df5, #FC5D8B);