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