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