#c01091
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 16, 145
HSL
316°, 85%, 41%
CMYK
0, 92, 25, 25
Luminance
0.1362
Every format
| HEX | #c01091 |
| RGB | rgb(192, 16, 145) |
| HSL | hsl(316, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 25%, 25%) |
| LAB | lab(43.7 71.5 -24.3) |
| LCH | lch(43.7 75.5 341.3) |
| OKLCH | oklch(0.545 0.226 343.3) |
Copy-ready code
/* CSS */
color: #c01091;
background-color: #c01091;
/* Tailwind (arbitrary) */
class="text-[#c01091] bg-[#c01091]"
/* SCSS */
$brand: #c01091;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.569)
/* Android */
Color.parseColor("#c01091")Accessibility — WCAG contrast
Aa
#c01091 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01091 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow24.5%
Key (black)24.7%
Color previews
#c01091 text on a black background
contrast 3.72:1
Card sample
#c01091 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01091;
Background color
Panel with #c01091 background
background-color: #c01091;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01091;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01091; background: linear-gradient(135deg, #c01091, #C0101C);