#c01aa8
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 26, 168
HSL
309°, 76%, 43%
CMYK
0, 87, 13, 25
Luminance
0.1477
Every format
| HEX | #c01aa8 |
| RGB | rgb(192, 26, 168) |
| HSL | hsl(309, 76%, 43%) |
| CMYK | cmyk(0%, 87%, 13%, 25%) |
| LAB | lab(45.3 73.0 -35.5) |
| LCH | lch(45.3 81.1 334.0) |
| OKLCH | oklch(0.560 0.235 335.6) |
Copy-ready code
/* CSS */
color: #c01aa8;
background-color: #c01aa8;
/* Tailwind (arbitrary) */
class="text-[#c01aa8] bg-[#c01aa8]"
/* SCSS */
$brand: #c01aa8;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.659)
/* Android */
Color.parseColor("#c01aa8")Accessibility — WCAG contrast
Aa
#c01aa8 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01aa8 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow12.5%
Key (black)24.7%
Color previews
#c01aa8 text on a black background
contrast 3.95:1
Card sample
#c01aa8 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01aa8;
Background color
Panel with #c01aa8 background
background-color: #c01aa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01aa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01aa8; background: linear-gradient(135deg, #c01aa8, #C01A39);