#fc16fd
a balanced, electric magenta / pink · warm · “magenta”
RGB
252, 22, 253
HSL
300°, 98%, 54%
CMYK
0, 91, 0, 1
Luminance
0.2836
Every format
| HEX | #fc16fd |
| RGB | rgb(252, 22, 253) |
| HSL | hsl(300, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 0%, 1%) |
| LAB | lab(60.2 96.0 -59.9) |
| LCH | lch(60.2 113.1 328.0) |
| OKLCH | oklch(0.700 0.315 328.1) |
Copy-ready code
/* CSS */
color: #fc16fd;
background-color: #fc16fd;
/* Tailwind (arbitrary) */
class="text-[#fc16fd] bg-[#fc16fd]"
/* SCSS */
$brand: #fc16fd;
/* SwiftUI */
Color(red: 0.988, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#fc16fd")Accessibility — WCAG contrast
Aa
#fc16fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc16fd on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green8.6%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fc16fd text on a black background
contrast 6.67:1
Card sample
#fc16fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc16fd;
Background color
Panel with #fc16fd background
background-color: #fc16fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc16fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc16fd; background: linear-gradient(135deg, #fc16fd, #FD1664);