#fc3cfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 60, 254
HSL
299°, 99%, 62%
CMYK
1, 76, 0, 0
Luminance
0.3108
Every format
| HEX | #fc3cfe |
| RGB | rgb(252, 60, 254) |
| HSL | hsl(299, 99%, 62%) |
| CMYK | cmyk(1%, 76%, 0%, 0%) |
| LAB | lab(62.6 89.4 -56.7) |
| LCH | lch(62.6 105.8 327.6) |
| OKLCH | oklch(0.717 0.294 327.7) |
Copy-ready code
/* CSS */
color: #fc3cfe;
background-color: #fc3cfe;
/* Tailwind (arbitrary) */
class="text-[#fc3cfe] bg-[#fc3cfe]"
/* SCSS */
$brand: #fc3cfe;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.996)
/* Android */
Color.parseColor("#fc3cfe")Accessibility — WCAG contrast
Aa
#fc3cfe on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3cfe on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta76.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fc3cfe text on a black background
contrast 7.22:1
Card sample
#fc3cfe text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3cfe;
Background color
Panel with #fc3cfe background
background-color: #fc3cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3cfe; background: linear-gradient(135deg, #fc3cfe, #FE3C7F);