#c0149a
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 154
HSL
313°, 81%, 42%
CMYK
0, 90, 20, 25
Luminance
0.1404
Every format
| HEX | #c0149a |
| RGB | rgb(192, 20, 154) |
| HSL | hsl(313, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 20%, 25%) |
| LAB | lab(44.3 72.1 -28.8) |
| LCH | lch(44.3 77.6 338.3) |
| OKLCH | oklch(0.550 0.230 340.2) |
Copy-ready code
/* CSS */
color: #c0149a;
background-color: #c0149a;
/* Tailwind (arbitrary) */
class="text-[#c0149a] bg-[#c0149a]"
/* SCSS */
$brand: #c0149a;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.604)
/* Android */
Color.parseColor("#c0149a")Accessibility — WCAG contrast
Aa
#c0149a on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0149a on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow19.8%
Key (black)24.7%
Color previews
#c0149a text on a black background
contrast 3.81:1
Card sample
#c0149a text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0149a;
Background color
Panel with #c0149a background
background-color: #c0149a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0149a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0149a; background: linear-gradient(135deg, #c0149a, #C01427);