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