#ff16ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 22, 173
HSL
321°, 100%, 54%
CMYK
0, 91, 32, 0
Luminance
0.2485
Every format
| HEX | #ff16ad |
| RGB | rgb(255, 22, 173) |
| HSL | hsl(321, 100%, 54%) |
| CMYK | cmyk(0%, 91%, 32%, 0%) |
| LAB | lab(56.9 86.7 -19.5) |
| LCH | lch(56.9 88.9 347.3) |
| OKLCH | oklch(0.665 0.271 349.1) |
Copy-ready code
/* CSS */
color: #ff16ad;
background-color: #ff16ad;
/* Tailwind (arbitrary) */
class="text-[#ff16ad] bg-[#ff16ad]"
/* SCSS */
$brand: #ff16ad;
/* SwiftUI */
Color(red: 1.000, green: 0.086, blue: 0.678)
/* Android */
Color.parseColor("#ff16ad")Accessibility — WCAG contrast
Aa
#ff16ad on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff16ad on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green8.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow32.2%
Key (black)0.0%
Color previews
#ff16ad text on a black background
contrast 5.97:1
Card sample
#ff16ad text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff16ad;
Background color
Panel with #ff16ad background
background-color: #ff16ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff16ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 22, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 22, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff16ad; background: linear-gradient(135deg, #ff16ad, #FF1A16);