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