#c0118a
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 17, 138
HSL
319°, 84%, 41%
CMYK
0, 91, 28, 25
Luminance
0.1344
Every format
| HEX | #c0118a |
| RGB | rgb(192, 17, 138) |
| HSL | hsl(319, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 28%, 25%) |
| LAB | lab(43.4 70.6 -20.4) |
| LCH | lch(43.4 73.5 343.9) |
| OKLCH | oklch(0.542 0.222 345.9) |
Copy-ready code
/* CSS */
color: #c0118a;
background-color: #c0118a;
/* Tailwind (arbitrary) */
class="text-[#c0118a] bg-[#c0118a]"
/* SCSS */
$brand: #c0118a;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.541)
/* Android */
Color.parseColor("#c0118a")Accessibility — WCAG contrast
Aa
#c0118a on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0118a on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow28.1%
Key (black)24.7%
Color previews
#c0118a text on a black background
contrast 3.69:1
Card sample
#c0118a text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0118a;
Background color
Panel with #c0118a background
background-color: #c0118a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0118a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0118a; background: linear-gradient(135deg, #c0118a, #C01115);