#c01b7a
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 27, 122
HSL
326°, 75%, 43%
CMYK
0, 86, 37, 25
Luminance
0.1340
Every format
| HEX | #c01b7a |
| RGB | rgb(192, 27, 122) |
| HSL | hsl(326, 75%, 43%) |
| CMYK | cmyk(0%, 86%, 37%, 25%) |
| LAB | lab(43.4 67.2 -10.7) |
| LCH | lch(43.4 68.1 351.0) |
| OKLCH | oklch(0.539 0.209 352.4) |
Copy-ready code
/* CSS */
color: #c01b7a;
background-color: #c01b7a;
/* Tailwind (arbitrary) */
class="text-[#c01b7a] bg-[#c01b7a]"
/* SCSS */
$brand: #c01b7a;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.478)
/* Android */
Color.parseColor("#c01b7a")Accessibility — WCAG contrast
Aa
#c01b7a on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01b7a on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow36.5%
Key (black)24.7%
Color previews
#c01b7a text on a black background
contrast 3.68:1
Card sample
#c01b7a text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01b7a;
Background color
Panel with #c01b7a background
background-color: #c01b7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01b7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01b7a; background: linear-gradient(135deg, #c01b7a, #C02A1B);