#fd16da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 22, 218
HSL
309°, 98%, 54%
CMYK
0, 91, 14, 1
Luminance
0.2652
Every format
| HEX | #fd16da |
| RGB | rgb(253, 22, 218) |
| HSL | hsl(309, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 14%, 1%) |
| LAB | lab(58.5 91.5 -43.0) |
| LCH | lch(58.5 101.0 334.8) |
| OKLCH | oklch(0.682 0.294 336.5) |
Copy-ready code
/* CSS */
color: #fd16da;
background-color: #fd16da;
/* Tailwind (arbitrary) */
class="text-[#fd16da] bg-[#fd16da]"
/* SCSS */
$brand: #fd16da;
/* SwiftUI */
Color(red: 0.992, green: 0.086, blue: 0.855)
/* Android */
Color.parseColor("#fd16da")Accessibility — WCAG contrast
Aa
#fd16da on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd16da on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green8.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow13.8%
Key (black)0.8%
Color previews
#fd16da text on a black background
contrast 6.30:1
Card sample
#fd16da text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd16da;
Background color
Panel with #fd16da background
background-color: #fd16da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd16da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 22, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 22, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd16da; background: linear-gradient(135deg, #fd16da, #FD1640);