#c01396
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 19, 150
HSL
315°, 82%, 41%
CMYK
0, 90, 22, 25
Luminance
0.1387
Every format
| HEX | #c01396 |
| RGB | rgb(192, 19, 150) |
| HSL | hsl(315, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 22%, 25%) |
| LAB | lab(44.1 71.8 -26.7) |
| LCH | lch(44.1 76.6 339.6) |
| OKLCH | oklch(0.548 0.228 341.6) |
Copy-ready code
/* CSS */
color: #c01396;
background-color: #c01396;
/* Tailwind (arbitrary) */
class="text-[#c01396] bg-[#c01396]"
/* SCSS */
$brand: #c01396;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.588)
/* Android */
Color.parseColor("#c01396")Accessibility — WCAG contrast
Aa
#c01396 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01396 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow21.9%
Key (black)24.7%
Color previews
#c01396 text on a black background
contrast 3.77:1
Card sample
#c01396 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01396;
Background color
Panel with #c01396 background
background-color: #c01396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01396; background: linear-gradient(135deg, #c01396, #C01323);