#cf16db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 22, 219
HSL
296°, 82%, 47%
CMYK
6, 90, 0, 14
Luminance
0.1895
Every format
| HEX | #cf16db |
| RGB | rgb(207, 22, 219) |
| HSL | hsl(296, 82%, 47%) |
| CMYK | cmyk(6%, 90%, 0%, 14%) |
| LAB | lab(50.6 83.7 -56.6) |
| LCH | lch(50.6 101.0 325.9) |
| OKLCH | oklch(0.612 0.277 325.2) |
Copy-ready code
/* CSS */
color: #cf16db;
background-color: #cf16db;
/* Tailwind (arbitrary) */
class="text-[#cf16db] bg-[#cf16db]"
/* SCSS */
$brand: #cf16db;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.859)
/* Android */
Color.parseColor("#cf16db")Accessibility — WCAG contrast
Aa
#cf16db on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf16db on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta90.0%
Yellow0.0%
Key (black)14.1%
Color previews
#cf16db text on a black background
contrast 4.79:1
Card sample
#cf16db text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf16db;
Background color
Panel with #cf16db background
background-color: #cf16db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf16db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf16db; background: linear-gradient(135deg, #cf16db, #DB1664);