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