#fb16af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
251, 22, 175
HSL
320°, 97%, 54%
CMYK
0, 91, 30, 2
Luminance
0.2418
Every format
| HEX | #fb16af |
| RGB | rgb(251, 22, 175) |
| HSL | hsl(320, 97%, 54%) |
| CMYK | cmyk(0%, 91%, 30%, 2%) |
| LAB | lab(56.3 86.1 -21.8) |
| LCH | lch(56.3 88.8 345.8) |
| OKLCH | oklch(0.659 0.270 347.7) |
Copy-ready code
/* CSS */
color: #fb16af;
background-color: #fb16af;
/* Tailwind (arbitrary) */
class="text-[#fb16af] bg-[#fb16af]"
/* SCSS */
$brand: #fb16af;
/* SwiftUI */
Color(red: 0.984, green: 0.086, blue: 0.686)
/* Android */
Color.parseColor("#fb16af")Accessibility — WCAG contrast
Aa
#fb16af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb16af on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green8.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow30.3%
Key (black)1.6%
Color previews
#fb16af text on a black background
contrast 5.84:1
Card sample
#fb16af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb16af;
Background color
Panel with #fb16af background
background-color: #fb16af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb16af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 22, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 22, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb16af; background: linear-gradient(135deg, #fb16af, #FB1616);