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