#c2139e
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 19, 158
HSL
312°, 82%, 42%
CMYK
0, 90, 19, 24
Luminance
0.1440
Every format
| HEX | #c2139e |
| RGB | rgb(194, 19, 158) |
| HSL | hsl(312, 82%, 42%) |
| CMYK | cmyk(0%, 90%, 19%, 24%) |
| LAB | lab(44.8 73.2 -30.3) |
| LCH | lch(44.8 79.2 337.5) |
| OKLCH | oklch(0.555 0.234 339.4) |
Copy-ready code
/* CSS */
color: #c2139e;
background-color: #c2139e;
/* Tailwind (arbitrary) */
class="text-[#c2139e] bg-[#c2139e]"
/* SCSS */
$brand: #c2139e;
/* SwiftUI */
Color(red: 0.761, green: 0.075, blue: 0.620)
/* Android */
Color.parseColor("#c2139e")Accessibility — WCAG contrast
Aa
#c2139e on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2139e on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green7.5%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow18.6%
Key (black)23.9%
Color previews
#c2139e text on a black background
contrast 3.88:1
Card sample
#c2139e text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2139e;
Background color
Panel with #c2139e background
background-color: #c2139e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2139e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 19, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 19, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2139e; background: linear-gradient(135deg, #c2139e, #C21329);