#c0194f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 25, 79
HSL
341°, 77%, 43%
CMYK
0, 87, 59, 25
Luminance
0.1247
Every format
| HEX | #c0194f |
| RGB | rgb(192, 25, 79) |
| HSL | hsl(341, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 59%, 25%) |
| LAB | lab(42.0 64.0 14.2) |
| LCH | lch(42.0 65.6 12.5) |
| OKLCH | oklch(0.525 0.197 10.3) |
Copy-ready code
/* CSS */
color: #c0194f;
background-color: #c0194f;
/* Tailwind (arbitrary) */
class="text-[#c0194f] bg-[#c0194f]"
/* SCSS */
$brand: #c0194f;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.310)
/* Android */
Color.parseColor("#c0194f")Accessibility — WCAG contrast
Aa
#c0194f on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0194f on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow58.9%
Key (black)24.7%
Color previews
#c0194f text on a black background
contrast 3.49:1
Card sample
#c0194f text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0194f;
Background color
Panel with #c0194f background
background-color: #c0194f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0194f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0194f; background: linear-gradient(135deg, #c0194f, #C05219);