#c0145c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 20, 92
HSL
335°, 81%, 42%
CMYK
0, 90, 52, 25
Luminance
0.1248
Every format
| HEX | #c0145c |
| RGB | rgb(192, 20, 92) |
| HSL | hsl(335, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 52%, 25%) |
| LAB | lab(42.0 65.8 6.0) |
| LCH | lch(42.0 66.1 5.2) |
| OKLCH | oklch(0.526 0.202 4.5) |
Copy-ready code
/* CSS */
color: #c0145c;
background-color: #c0145c;
/* Tailwind (arbitrary) */
class="text-[#c0145c] bg-[#c0145c]"
/* SCSS */
$brand: #c0145c;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.361)
/* Android */
Color.parseColor("#c0145c")Accessibility — WCAG contrast
Aa
#c0145c on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0145c on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow52.1%
Key (black)24.7%
Color previews
#c0145c text on a black background
contrast 3.50:1
Card sample
#c0145c text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0145c;
Background color
Panel with #c0145c background
background-color: #c0145c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0145c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0145c; background: linear-gradient(135deg, #c0145c, #C03F14);