#c0159f
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 21, 159
HSL
312°, 80%, 42%
CMYK
0, 89, 17, 25
Luminance
0.1425
Every format
| HEX | #c0159f |
| RGB | rgb(192, 21, 159) |
| HSL | hsl(312, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 17%, 25%) |
| LAB | lab(44.6 72.6 -31.3) |
| LCH | lch(44.6 79.0 336.7) |
| OKLCH | oklch(0.553 0.232 338.5) |
Copy-ready code
/* CSS */
color: #c0159f;
background-color: #c0159f;
/* Tailwind (arbitrary) */
class="text-[#c0159f] bg-[#c0159f]"
/* SCSS */
$brand: #c0159f;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.624)
/* Android */
Color.parseColor("#c0159f")Accessibility — WCAG contrast
Aa
#c0159f on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0159f on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow17.2%
Key (black)24.7%
Color previews
#c0159f text on a black background
contrast 3.85:1
Card sample
#c0159f text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0159f;
Background color
Panel with #c0159f background
background-color: #c0159f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0159f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0159f; background: linear-gradient(135deg, #c0159f, #C0152D);