#c0118c
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 17, 140
HSL
318°, 84%, 41%
CMYK
0, 91, 27, 25
Luminance
0.1350
Every format
| HEX | #c0118c |
| RGB | rgb(192, 17, 140) |
| HSL | hsl(318, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 27%, 25%) |
| LAB | lab(43.5 70.8 -21.5) |
| LCH | lch(43.5 74.0 343.1) |
| OKLCH | oklch(0.543 0.223 345.1) |
Copy-ready code
/* CSS */
color: #c0118c;
background-color: #c0118c;
/* Tailwind (arbitrary) */
class="text-[#c0118c] bg-[#c0118c]"
/* SCSS */
$brand: #c0118c;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.549)
/* Android */
Color.parseColor("#c0118c")Accessibility — WCAG contrast
Aa
#c0118c on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0118c on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow27.1%
Key (black)24.7%
Color previews
#c0118c text on a black background
contrast 3.70:1
Card sample
#c0118c text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0118c;
Background color
Panel with #c0118c background
background-color: #c0118c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0118c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0118c; background: linear-gradient(135deg, #c0118c, #C01117);