#fc16eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 22, 235
HSL
304°, 98%, 54%
CMYK
0, 91, 7, 1
Luminance
0.2727
Every format
| HEX | #fc16eb |
| RGB | rgb(252, 22, 235) |
| HSL | hsl(304, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 7%, 1%) |
| LAB | lab(59.2 93.5 -51.5) |
| LCH | lch(59.2 106.7 331.2) |
| OKLCH | oklch(0.690 0.304 332.2) |
Copy-ready code
/* CSS */
color: #fc16eb;
background-color: #fc16eb;
/* Tailwind (arbitrary) */
class="text-[#fc16eb] bg-[#fc16eb]"
/* SCSS */
$brand: #fc16eb;
/* SwiftUI */
Color(red: 0.988, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#fc16eb")Accessibility — WCAG contrast
Aa
#fc16eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc16eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green8.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fc16eb text on a black background
contrast 6.45:1
Card sample
#fc16eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc16eb;
Background color
Panel with #fc16eb background
background-color: #fc16eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc16eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc16eb; background: linear-gradient(135deg, #fc16eb, #FC1652);