#c01674
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 22, 116
HSL
327°, 79%, 42%
CMYK
0, 89, 40, 25
Luminance
0.1304
Every format
| HEX | #c01674 |
| RGB | rgb(192, 22, 116) |
| HSL | hsl(327, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 40%, 25%) |
| LAB | lab(42.8 67.5 -7.7) |
| LCH | lch(42.8 68.0 353.5) |
| OKLCH | oklch(0.535 0.209 354.6) |
Copy-ready code
/* CSS */
color: #c01674;
background-color: #c01674;
/* Tailwind (arbitrary) */
class="text-[#c01674] bg-[#c01674]"
/* SCSS */
$brand: #c01674;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.455)
/* Android */
Color.parseColor("#c01674")Accessibility — WCAG contrast
Aa
#c01674 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01674 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow39.6%
Key (black)24.7%
Color previews
#c01674 text on a black background
contrast 3.61:1
Card sample
#c01674 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01674;
Background color
Panel with #c01674 background
background-color: #c01674;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01674;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01674; background: linear-gradient(135deg, #c01674, #C02916);