#fc5cfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
252, 92, 251
HSL
300°, 96%, 68%
CMYK
0, 64, 0, 1
Luminance
0.3531
Every format
| HEX | #fc5cfb |
| RGB | rgb(252, 92, 251) |
| HSL | hsl(300, 96%, 68%) |
| CMYK | cmyk(0%, 64%, 0%, 1%) |
| LAB | lab(66.0 78.8 -49.6) |
| LCH | lch(66.0 93.1 327.8) |
| OKLCH | oklch(0.741 0.259 328.1) |
Copy-ready code
/* CSS */
color: #fc5cfb;
background-color: #fc5cfb;
/* Tailwind (arbitrary) */
class="text-[#fc5cfb] bg-[#fc5cfb]"
/* SCSS */
$brand: #fc5cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#fc5cfb")Accessibility — WCAG contrast
Aa
#fc5cfb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5cfb on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.1%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow0.4%
Key (black)1.2%
Color previews
#fc5cfb text on a black background
contrast 8.06:1
Card sample
#fc5cfb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5cfb;
Background color
Panel with #fc5cfb background
background-color: #fc5cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5cfb; background: linear-gradient(135deg, #fc5cfb, #FC5C90);