#c0155f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 21, 95
HSL
334°, 80%, 42%
CMYK
0, 89, 51, 25
Luminance
0.1257
Every format
| HEX | #c0155f |
| RGB | rgb(192, 21, 95) |
| HSL | hsl(334, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 51%, 25%) |
| LAB | lab(42.1 65.9 4.3) |
| LCH | lch(42.1 66.0 3.8) |
| OKLCH | oklch(0.527 0.203 3.3) |
Copy-ready code
/* CSS */
color: #c0155f;
background-color: #c0155f;
/* Tailwind (arbitrary) */
class="text-[#c0155f] bg-[#c0155f]"
/* SCSS */
$brand: #c0155f;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.373)
/* Android */
Color.parseColor("#c0155f")Accessibility — WCAG contrast
Aa
#c0155f on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0155f on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow50.5%
Key (black)24.7%
Color previews
#c0155f text on a black background
contrast 3.51:1
Card sample
#c0155f text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0155f;
Background color
Panel with #c0155f background
background-color: #c0155f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0155f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0155f; background: linear-gradient(135deg, #c0155f, #C03D15);