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