#c01aa0
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 26, 160
HSL
312°, 76%, 43%
CMYK
0, 87, 17, 25
Luminance
0.1448
Every format
| HEX | #c01aa0 |
| RGB | rgb(192, 26, 160) |
| HSL | hsl(312, 76%, 43%) |
| CMYK | cmyk(0%, 87%, 17%, 25%) |
| LAB | lab(44.9 71.9 -31.4) |
| LCH | lch(44.9 78.4 336.4) |
| OKLCH | oklch(0.556 0.230 338.2) |
Copy-ready code
/* CSS */
color: #c01aa0;
background-color: #c01aa0;
/* Tailwind (arbitrary) */
class="text-[#c01aa0] bg-[#c01aa0]"
/* SCSS */
$brand: #c01aa0;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.627)
/* Android */
Color.parseColor("#c01aa0")Accessibility — WCAG contrast
Aa
#c01aa0 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01aa0 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow16.7%
Key (black)24.7%
Color previews
#c01aa0 text on a black background
contrast 3.90:1
Card sample
#c01aa0 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01aa0;
Background color
Panel with #c01aa0 background
background-color: #c01aa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01aa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01aa0; background: linear-gradient(135deg, #c01aa0, #C01A31);