#c01690
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 22, 144
HSL
317°, 79%, 42%
CMYK
0, 89, 25, 25
Luminance
0.1379
Every format
| HEX | #c01690 |
| RGB | rgb(192, 22, 144) |
| HSL | hsl(317, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 25%, 25%) |
| LAB | lab(43.9 70.6 -23.3) |
| LCH | lch(43.9 74.3 341.8) |
| OKLCH | oklch(0.546 0.223 343.8) |
Copy-ready code
/* CSS */
color: #c01690;
background-color: #c01690;
/* Tailwind (arbitrary) */
class="text-[#c01690] bg-[#c01690]"
/* SCSS */
$brand: #c01690;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.565)
/* Android */
Color.parseColor("#c01690")Accessibility — WCAG contrast
Aa
#c01690 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01690 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow25.0%
Key (black)24.7%
Color previews
#c01690 text on a black background
contrast 3.76:1
Card sample
#c01690 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01690;
Background color
Panel with #c01690 background
background-color: #c01690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01690; background: linear-gradient(135deg, #c01690, #C0161F);