#fd16ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 22, 171
HSL
321°, 98%, 54%
CMYK
0, 91, 32, 1
Luminance
0.2440
Every format
| HEX | #fd16ab |
| RGB | rgb(253, 22, 171) |
| HSL | hsl(321, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 32%, 1%) |
| LAB | lab(56.5 86.1 -19.1) |
| LCH | lch(56.5 88.2 347.5) |
| OKLCH | oklch(0.661 0.269 349.3) |
Copy-ready code
/* CSS */
color: #fd16ab;
background-color: #fd16ab;
/* Tailwind (arbitrary) */
class="text-[#fd16ab] bg-[#fd16ab]"
/* SCSS */
$brand: #fd16ab;
/* SwiftUI */
Color(red: 0.992, green: 0.086, blue: 0.671)
/* Android */
Color.parseColor("#fd16ab")Accessibility — WCAG contrast
Aa
#fd16ab on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd16ab on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green8.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow32.4%
Key (black)0.8%
Color previews
#fd16ab text on a black background
contrast 5.88:1
Card sample
#fd16ab text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd16ab;
Background color
Panel with #fd16ab background
background-color: #fd16ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd16ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 22, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 22, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd16ab; background: linear-gradient(135deg, #fd16ab, #FD1B16);