#fc3cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 60, 255
HSL
299°, 100%, 62%
CMYK
1, 77, 0, 0
Luminance
0.3115
Every format
| HEX | #fc3cff |
| RGB | rgb(252, 60, 255) |
| HSL | hsl(299, 100%, 62%) |
| CMYK | cmyk(1%, 77%, 0%, 0%) |
| LAB | lab(62.6 89.5 -57.2) |
| LCH | lch(62.6 106.2 327.4) |
| OKLCH | oklch(0.717 0.295 327.4) |
Copy-ready code
/* CSS */
color: #fc3cff;
background-color: #fc3cff;
/* Tailwind (arbitrary) */
class="text-[#fc3cff] bg-[#fc3cff]"
/* SCSS */
$brand: #fc3cff;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#fc3cff")Accessibility — WCAG contrast
Aa
#fc3cff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3cff on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fc3cff text on a black background
contrast 7.23:1
Card sample
#fc3cff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3cff;
Background color
Panel with #fc3cff background
background-color: #fc3cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3cff; background: linear-gradient(135deg, #fc3cff, #FF3C80);