#c0179e
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 23, 158
HSL
312°, 79%, 42%
CMYK
0, 88, 18, 25
Luminance
0.1429
Every format
| HEX | #c0179e |
| RGB | rgb(192, 23, 158) |
| HSL | hsl(312, 79%, 42%) |
| CMYK | cmyk(0%, 88%, 18%, 25%) |
| LAB | lab(44.6 72.1 -30.6) |
| LCH | lch(44.6 78.4 337.0) |
| OKLCH | oklch(0.554 0.231 338.9) |
Copy-ready code
/* CSS */
color: #c0179e;
background-color: #c0179e;
/* Tailwind (arbitrary) */
class="text-[#c0179e] bg-[#c0179e]"
/* SCSS */
$brand: #c0179e;
/* SwiftUI */
Color(red: 0.753, green: 0.090, blue: 0.620)
/* Android */
Color.parseColor("#c0179e")Accessibility — WCAG contrast
Aa
#c0179e on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0179e on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.0%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow17.7%
Key (black)24.7%
Color previews
#c0179e text on a black background
contrast 3.86:1
Card sample
#c0179e text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0179e;
Background color
Panel with #c0179e background
background-color: #c0179e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0179e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 23, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 23, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0179e; background: linear-gradient(135deg, #c0179e, #C0172D);