#fc3fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 63, 223
HSL
309°, 97%, 62%
CMYK
0, 75, 12, 1
Luminance
0.2958
Every format
| HEX | #fc3fdf |
| RGB | rgb(252, 63, 223) |
| HSL | hsl(309, 97%, 62%) |
| CMYK | cmyk(0%, 75%, 12%, 1%) |
| LAB | lab(61.3 84.1 -41.5) |
| LCH | lch(61.3 93.8 333.8) |
| OKLCH | oklch(0.702 0.271 335.3) |
Copy-ready code
/* CSS */
color: #fc3fdf;
background-color: #fc3fdf;
/* Tailwind (arbitrary) */
class="text-[#fc3fdf] bg-[#fc3fdf]"
/* SCSS */
$brand: #fc3fdf;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#fc3fdf")Accessibility — WCAG contrast
Aa
#fc3fdf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3fdf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fc3fdf text on a black background
contrast 6.92:1
Card sample
#fc3fdf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3fdf;
Background color
Panel with #fc3fdf background
background-color: #fc3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3fdf; background: linear-gradient(135deg, #fc3fdf, #FC3F61);