#cf16df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 22, 223
HSL
295°, 82%, 48%
CMYK
7, 90, 0, 13
Luminance
0.1917
Every format
| HEX | #cf16df |
| RGB | rgb(207, 22, 223) |
| HSL | hsl(295, 82%, 48%) |
| CMYK | cmyk(7%, 90%, 0%, 13%) |
| LAB | lab(50.9 84.3 -58.5) |
| LCH | lch(50.9 102.6 325.3) |
| OKLCH | oklch(0.614 0.280 324.2) |
Copy-ready code
/* CSS */
color: #cf16df;
background-color: #cf16df;
/* Tailwind (arbitrary) */
class="text-[#cf16df] bg-[#cf16df]"
/* SCSS */
$brand: #cf16df;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#cf16df")Accessibility — WCAG contrast
Aa
#cf16df on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf16df on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cf16df text on a black background
contrast 4.83:1
Card sample
#cf16df text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf16df;
Background color
Panel with #cf16df background
background-color: #cf16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf16df; background: linear-gradient(135deg, #cf16df, #DF1669);