#c0196b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 25, 107
HSL
331°, 77%, 43%
CMYK
0, 87, 44, 25
Luminance
0.1296
Every format
| HEX | #c0196b |
| RGB | rgb(192, 25, 107) |
| HSL | hsl(331, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 44%, 25%) |
| LAB | lab(42.7 66.2 -2.3) |
| LCH | lch(42.7 66.2 358.0) |
| OKLCH | oklch(0.533 0.204 358.5) |
Copy-ready code
/* CSS */
color: #c0196b;
background-color: #c0196b;
/* Tailwind (arbitrary) */
class="text-[#c0196b] bg-[#c0196b]"
/* SCSS */
$brand: #c0196b;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.420)
/* Android */
Color.parseColor("#c0196b")Accessibility — WCAG contrast
Aa
#c0196b on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0196b on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow44.3%
Key (black)24.7%
Color previews
#c0196b text on a black background
contrast 3.59:1
Card sample
#c0196b text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0196b;
Background color
Panel with #c0196b background
background-color: #c0196b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0196b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0196b; background: linear-gradient(135deg, #c0196b, #C03619);