#fd16ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 22, 206
HSL
312°, 98%, 54%
CMYK
0, 91, 19, 1
Luminance
0.2591
Every format
| HEX | #fd16ce |
| RGB | rgb(253, 22, 206) |
| HSL | hsl(312, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 19%, 1%) |
| LAB | lab(58.0 90.0 -37.0) |
| LCH | lch(58.0 97.3 337.6) |
| OKLCH | oklch(0.676 0.287 339.5) |
Copy-ready code
/* CSS */
color: #fd16ce;
background-color: #fd16ce;
/* Tailwind (arbitrary) */
class="text-[#fd16ce] bg-[#fd16ce]"
/* SCSS */
$brand: #fd16ce;
/* SwiftUI */
Color(red: 0.992, green: 0.086, blue: 0.808)
/* Android */
Color.parseColor("#fd16ce")Accessibility — WCAG contrast
Aa
#fd16ce on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd16ce on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green8.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow18.6%
Key (black)0.8%
Color previews
#fd16ce text on a black background
contrast 6.18:1
Card sample
#fd16ce text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd16ce;
Background color
Panel with #fd16ce background
background-color: #fd16ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd16ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 22, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 22, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd16ce; background: linear-gradient(135deg, #fd16ce, #FD1634);