#c0159c
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 21, 156
HSL
313°, 80%, 42%
CMYK
0, 89, 19, 25
Luminance
0.1414
Every format
| HEX | #c0159c |
| RGB | rgb(192, 21, 156) |
| HSL | hsl(313, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 19%, 25%) |
| LAB | lab(44.4 72.2 -29.7) |
| LCH | lch(44.4 78.1 337.6) |
| OKLCH | oklch(0.552 0.230 339.5) |
Copy-ready code
/* CSS */
color: #c0159c;
background-color: #c0159c;
/* Tailwind (arbitrary) */
class="text-[#c0159c] bg-[#c0159c]"
/* SCSS */
$brand: #c0159c;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.612)
/* Android */
Color.parseColor("#c0159c")Accessibility — WCAG contrast
Aa
#c0159c on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0159c on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow18.7%
Key (black)24.7%
Color previews
#c0159c text on a black background
contrast 3.83:1
Card sample
#c0159c text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0159c;
Background color
Panel with #c0159c background
background-color: #c0159c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0159c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0159c; background: linear-gradient(135deg, #c0159c, #C0152A);