#c0164c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 22, 76
HSL
341°, 79%, 42%
CMYK
0, 89, 60, 25
Luminance
0.1230
Every format
| HEX | #c0164c |
| RGB | rgb(192, 22, 76) |
| HSL | hsl(341, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 60%, 25%) |
| LAB | lab(41.7 64.4 15.8) |
| LCH | lch(41.7 66.3 13.8) |
| OKLCH | oklch(0.523 0.199 11.3) |
Copy-ready code
/* CSS */
color: #c0164c;
background-color: #c0164c;
/* Tailwind (arbitrary) */
class="text-[#c0164c] bg-[#c0164c]"
/* SCSS */
$brand: #c0164c;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.298)
/* Android */
Color.parseColor("#c0164c")Accessibility — WCAG contrast
Aa
#c0164c on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0164c on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow60.4%
Key (black)24.7%
Color previews
#c0164c text on a black background
contrast 3.46:1
Card sample
#c0164c text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0164c;
Background color
Panel with #c0164c background
background-color: #c0164c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0164c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0164c; background: linear-gradient(135deg, #c0164c, #C05116);