#fc2fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 47, 215
HSL
311°, 97%, 59%
CMYK
0, 81, 15, 1
Luminance
0.2763
Every format
| HEX | #fc2fd7 |
| RGB | rgb(252, 47, 215) |
| HSL | hsl(311, 97%, 59%) |
| CMYK | cmyk(0%, 81%, 15%, 1%) |
| LAB | lab(59.6 87.0 -39.7) |
| LCH | lch(59.6 95.6 335.5) |
| OKLCH | oklch(0.689 0.279 337.2) |
Copy-ready code
/* CSS */
color: #fc2fd7;
background-color: #fc2fd7;
/* Tailwind (arbitrary) */
class="text-[#fc2fd7] bg-[#fc2fd7]"
/* SCSS */
$brand: #fc2fd7;
/* SwiftUI */
Color(red: 0.988, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#fc2fd7")Accessibility — WCAG contrast
Aa
#fc2fd7 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2fd7 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green18.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow14.7%
Key (black)1.2%
Color previews
#fc2fd7 text on a black background
contrast 6.53:1
Card sample
#fc2fd7 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2fd7;
Background color
Panel with #fc2fd7 background
background-color: #fc2fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2fd7; background: linear-gradient(135deg, #fc2fd7, #FC2F4E);