#c21189
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 17, 137
HSL
319°, 84%, 41%
CMYK
0, 91, 29, 24
Luminance
0.1368
Every format
| HEX | #c21189 |
| RGB | rgb(194, 17, 137) |
| HSL | hsl(319, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 29%, 24%) |
| LAB | lab(43.8 70.9 -19.2) |
| LCH | lch(43.8 73.5 344.8) |
| OKLCH | oklch(0.545 0.223 346.8) |
Copy-ready code
/* CSS */
color: #c21189;
background-color: #c21189;
/* Tailwind (arbitrary) */
class="text-[#c21189] bg-[#c21189]"
/* SCSS */
$brand: #c21189;
/* SwiftUI */
Color(red: 0.761, green: 0.067, blue: 0.537)
/* Android */
Color.parseColor("#c21189")Accessibility — WCAG contrast
Aa
#c21189 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c21189 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green6.7%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow29.4%
Key (black)23.9%
Color previews
#c21189 text on a black background
contrast 3.74:1
Card sample
#c21189 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c21189;
Background color
Panel with #c21189 background
background-color: #c21189;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c21189;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 17, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 17, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c21189; background: linear-gradient(135deg, #c21189, #C21113);