#c01598
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 21, 152
HSL
314°, 80%, 42%
CMYK
0, 89, 21, 25
Luminance
0.1401
Every format
| HEX | #c01598 |
| RGB | rgb(192, 21, 152) |
| HSL | hsl(314, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 21%, 25%) |
| LAB | lab(44.3 71.7 -27.6) |
| LCH | lch(44.3 76.8 338.9) |
| OKLCH | oklch(0.550 0.228 340.9) |
Copy-ready code
/* CSS */
color: #c01598;
background-color: #c01598;
/* Tailwind (arbitrary) */
class="text-[#c01598] bg-[#c01598]"
/* SCSS */
$brand: #c01598;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.596)
/* Android */
Color.parseColor("#c01598")Accessibility — WCAG contrast
Aa
#c01598 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01598 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow20.8%
Key (black)24.7%
Color previews
#c01598 text on a black background
contrast 3.80:1
Card sample
#c01598 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01598;
Background color
Panel with #c01598 background
background-color: #c01598;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01598;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01598; background: linear-gradient(135deg, #c01598, #C01526);