#ff16df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 22, 223
HSL
308°, 100%, 54%
CMYK
0, 91, 13, 0
Luminance
0.2716
Every format
| HEX | #ff16df |
| RGB | rgb(255, 22, 223) |
| HSL | hsl(308, 100%, 54%) |
| CMYK | cmyk(0%, 91%, 13%, 0%) |
| LAB | lab(59.1 92.4 -44.8) |
| LCH | lch(59.1 102.7 334.1) |
| OKLCH | oklch(0.688 0.298 335.7) |
Copy-ready code
/* CSS */
color: #ff16df;
background-color: #ff16df;
/* Tailwind (arbitrary) */
class="text-[#ff16df] bg-[#ff16df]"
/* SCSS */
$brand: #ff16df;
/* SwiftUI */
Color(red: 1.000, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#ff16df")Accessibility — WCAG contrast
Aa
#ff16df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff16df on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green8.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ff16df text on a black background
contrast 6.43:1
Card sample
#ff16df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff16df;
Background color
Panel with #ff16df background
background-color: #ff16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff16df; background: linear-gradient(135deg, #ff16df, #FF1644);