#c0136c
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 19, 108
HSL
329°, 82%, 41%
CMYK
0, 90, 44, 25
Luminance
0.1275
Every format
| HEX | #c0136c |
| RGB | rgb(192, 19, 108) |
| HSL | hsl(329, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 44%, 25%) |
| LAB | lab(42.4 67.3 -3.4) |
| LCH | lch(42.4 67.4 357.1) |
| OKLCH | oklch(0.531 0.208 357.8) |
Copy-ready code
/* CSS */
color: #c0136c;
background-color: #c0136c;
/* Tailwind (arbitrary) */
class="text-[#c0136c] bg-[#c0136c]"
/* SCSS */
$brand: #c0136c;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.424)
/* Android */
Color.parseColor("#c0136c")Accessibility — WCAG contrast
Aa
#c0136c on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0136c on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow43.7%
Key (black)24.7%
Color previews
#c0136c text on a black background
contrast 3.55:1
Card sample
#c0136c text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0136c;
Background color
Panel with #c0136c background
background-color: #c0136c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0136c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0136c; background: linear-gradient(135deg, #c0136c, #C02D13);