#c01ad8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 26, 216
HSL
292°, 79%, 48%
CMYK
11, 88, 0, 15
Luminance
0.1690
Every format
| HEX | #c01ad8 |
| RGB | rgb(192, 26, 216) |
| HSL | hsl(292, 79%, 48%) |
| CMYK | cmyk(11%, 88%, 0%, 15%) |
| LAB | lab(48.1 80.2 -59.0) |
| LCH | lch(48.1 99.6 323.7) |
| OKLCH | oklch(0.589 0.268 321.8) |
Copy-ready code
/* CSS */
color: #c01ad8;
background-color: #c01ad8;
/* Tailwind (arbitrary) */
class="text-[#c01ad8] bg-[#c01ad8]"
/* SCSS */
$brand: #c01ad8;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.847)
/* Android */
Color.parseColor("#c01ad8")Accessibility — WCAG contrast
Aa
#c01ad8 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ad8 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue84.7%
CMYK percentages
Cyan11.1%
Magenta88.0%
Yellow0.0%
Key (black)15.3%
Color previews
#c01ad8 text on a black background
contrast 4.38:1
Card sample
#c01ad8 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ad8;
Background color
Panel with #c01ad8 background
background-color: #c01ad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ad8; background: linear-gradient(135deg, #c01ad8, #D81A72);