#c01ad2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 26, 210
HSL
294°, 78%, 46%
CMYK
9, 88, 0, 18
Luminance
0.1660
Every format
| HEX | #c01ad2 |
| RGB | rgb(192, 26, 210) |
| HSL | hsl(294, 78%, 46%) |
| CMYK | cmyk(9%, 88%, 0%, 18%) |
| LAB | lab(47.8 79.2 -56.2) |
| LCH | lch(47.8 97.1 324.7) |
| OKLCH | oklch(0.585 0.264 323.3) |
Copy-ready code
/* CSS */
color: #c01ad2;
background-color: #c01ad2;
/* Tailwind (arbitrary) */
class="text-[#c01ad2] bg-[#c01ad2]"
/* SCSS */
$brand: #c01ad2;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.824)
/* Android */
Color.parseColor("#c01ad2")Accessibility — WCAG contrast
Aa
#c01ad2 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ad2 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue82.4%
CMYK percentages
Cyan8.6%
Magenta87.6%
Yellow0.0%
Key (black)17.6%
Color previews
#c01ad2 text on a black background
contrast 4.32:1
Card sample
#c01ad2 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ad2;
Background color
Panel with #c01ad2 background
background-color: #c01ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ad2; background: linear-gradient(135deg, #c01ad2, #D21A69);