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