#c0149e
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 158
HSL
312°, 81%, 42%
CMYK
0, 90, 18, 25
Luminance
0.1418
Every format
| HEX | #c0149e |
| RGB | rgb(192, 20, 158) |
| HSL | hsl(312, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 18%, 25%) |
| LAB | lab(44.5 72.6 -30.9) |
| LCH | lch(44.5 78.9 337.0) |
| OKLCH | oklch(0.553 0.232 338.8) |
Copy-ready code
/* CSS */
color: #c0149e;
background-color: #c0149e;
/* Tailwind (arbitrary) */
class="text-[#c0149e] bg-[#c0149e]"
/* SCSS */
$brand: #c0149e;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.620)
/* Android */
Color.parseColor("#c0149e")Accessibility — WCAG contrast
Aa
#c0149e on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0149e on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow17.7%
Key (black)24.7%
Color previews
#c0149e text on a black background
contrast 3.84:1
Card sample
#c0149e text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0149e;
Background color
Panel with #c0149e background
background-color: #c0149e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0149e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0149e; background: linear-gradient(135deg, #c0149e, #C0142B);