#c0106c
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 16, 108
HSL
329°, 85%, 41%
CMYK
0, 92, 44, 25
Luminance
0.1266
Every format
| HEX | #c0106c |
| RGB | rgb(192, 16, 108) |
| HSL | hsl(329, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 44%, 25%) |
| LAB | lab(42.3 67.7 -3.6) |
| LCH | lch(42.3 67.8 356.9) |
| OKLCH | oklch(0.530 0.209 357.6) |
Copy-ready code
/* CSS */
color: #c0106c;
background-color: #c0106c;
/* Tailwind (arbitrary) */
class="text-[#c0106c] bg-[#c0106c]"
/* SCSS */
$brand: #c0106c;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.424)
/* Android */
Color.parseColor("#c0106c")Accessibility — WCAG contrast
Aa
#c0106c on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0106c on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow43.7%
Key (black)24.7%
Color previews
#c0106c text on a black background
contrast 3.53:1
Card sample
#c0106c text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0106c;
Background color
Panel with #c0106c background
background-color: #c0106c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0106c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0106c; background: linear-gradient(135deg, #c0106c, #C02910);