#c0195b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 25, 91
HSL
336°, 77%, 43%
CMYK
0, 87, 53, 25
Luminance
0.1266
Every format
| HEX | #c0195b |
| RGB | rgb(192, 25, 91) |
| HSL | hsl(336, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 53%, 25%) |
| LAB | lab(42.3 64.9 7.1) |
| LCH | lch(42.3 65.2 6.2) |
| OKLCH | oklch(0.528 0.199 5.3) |
Copy-ready code
/* CSS */
color: #c0195b;
background-color: #c0195b;
/* Tailwind (arbitrary) */
class="text-[#c0195b] bg-[#c0195b]"
/* SCSS */
$brand: #c0195b;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.357)
/* Android */
Color.parseColor("#c0195b")Accessibility — WCAG contrast
Aa
#c0195b on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0195b on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow52.6%
Key (black)24.7%
Color previews
#c0195b text on a black background
contrast 3.53:1
Card sample
#c0195b text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0195b;
Background color
Panel with #c0195b background
background-color: #c0195b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0195b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0195b; background: linear-gradient(135deg, #c0195b, #C04619);