#c2139b
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 19, 155
HSL
313°, 82%, 42%
CMYK
0, 90, 20, 24
Luminance
0.1430
Every format
| HEX | #c2139b |
| RGB | rgb(194, 19, 155) |
| HSL | hsl(313, 82%, 42%) |
| CMYK | cmyk(0%, 90%, 20%, 24%) |
| LAB | lab(44.7 72.8 -28.8) |
| LCH | lch(44.7 78.2 338.4) |
| OKLCH | oklch(0.554 0.232 340.4) |
Copy-ready code
/* CSS */
color: #c2139b;
background-color: #c2139b;
/* Tailwind (arbitrary) */
class="text-[#c2139b] bg-[#c2139b]"
/* SCSS */
$brand: #c2139b;
/* SwiftUI */
Color(red: 0.761, green: 0.075, blue: 0.608)
/* Android */
Color.parseColor("#c2139b")Accessibility — WCAG contrast
Aa
#c2139b on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2139b on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green7.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow20.1%
Key (black)23.9%
Color previews
#c2139b text on a black background
contrast 3.86:1
Card sample
#c2139b text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2139b;
Background color
Panel with #c2139b background
background-color: #c2139b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2139b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 19, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 19, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2139b; background: linear-gradient(135deg, #c2139b, #C21326);