#c0168a
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 22, 138
HSL
319°, 79%, 42%
CMYK
0, 89, 28, 25
Luminance
0.1362
Every format
| HEX | #c0168a |
| RGB | rgb(192, 22, 138) |
| HSL | hsl(319, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 28%, 25%) |
| LAB | lab(43.7 69.9 -20.0) |
| LCH | lch(43.7 72.7 344.0) |
| OKLCH | oklch(0.544 0.220 346.0) |
Copy-ready code
/* CSS */
color: #c0168a;
background-color: #c0168a;
/* Tailwind (arbitrary) */
class="text-[#c0168a] bg-[#c0168a]"
/* SCSS */
$brand: #c0168a;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.541)
/* Android */
Color.parseColor("#c0168a")Accessibility — WCAG contrast
Aa
#c0168a on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0168a on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow28.1%
Key (black)24.7%
Color previews
#c0168a text on a black background
contrast 3.72:1
Card sample
#c0168a text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0168a;
Background color
Panel with #c0168a background
background-color: #c0168a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0168a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0168a; background: linear-gradient(135deg, #c0168a, #C01619);