#cf16ab
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 22, 171
HSL
312°, 81%, 45%
CMYK
0, 89, 17, 19
Luminance
0.1678
Every format
| HEX | #cf16ab |
| RGB | rgb(207, 22, 171) |
| HSL | hsl(312, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 17%, 19%) |
| LAB | lab(48.0 76.9 -32.9) |
| LCH | lch(48.0 83.7 336.8) |
| OKLCH | oklch(0.585 0.246 338.7) |
Copy-ready code
/* CSS */
color: #cf16ab;
background-color: #cf16ab;
/* Tailwind (arbitrary) */
class="text-[#cf16ab] bg-[#cf16ab]"
/* SCSS */
$brand: #cf16ab;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.671)
/* Android */
Color.parseColor("#cf16ab")Accessibility — WCAG contrast
Aa
#cf16ab on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf16ab on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow17.4%
Key (black)18.8%
Color previews
#cf16ab text on a black background
contrast 4.36:1
Card sample
#cf16ab text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf16ab;
Background color
Panel with #cf16ab background
background-color: #cf16ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf16ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf16ab; background: linear-gradient(135deg, #cf16ab, #CF1630);