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