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