#c0146e
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 110
HSL
329°, 81%, 42%
CMYK
0, 90, 43, 25
Luminance
0.1283
Every format
| HEX | #c0146e |
| RGB | rgb(192, 20, 110) |
| HSL | hsl(329, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 43%, 25%) |
| LAB | lab(42.5 67.3 -4.5) |
| LCH | lch(42.5 67.5 356.2) |
| OKLCH | oklch(0.532 0.208 357.0) |
Copy-ready code
/* CSS */
color: #c0146e;
background-color: #c0146e;
/* Tailwind (arbitrary) */
class="text-[#c0146e] bg-[#c0146e]"
/* SCSS */
$brand: #c0146e;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.431)
/* Android */
Color.parseColor("#c0146e")Accessibility — WCAG contrast
Aa
#c0146e on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0146e on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow42.7%
Key (black)24.7%
Color previews
#c0146e text on a black background
contrast 3.57:1
Card sample
#c0146e text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0146e;
Background color
Panel with #c0146e background
background-color: #c0146e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0146e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0146e; background: linear-gradient(135deg, #c0146e, #C02D14);