#c01ec6
a dark, vivid magenta / pink · warm · closest name: magenta
RGB
192, 30, 198
HSL
298°, 74%, 45%
CMYK
3, 85, 0, 22
Luminance
0.1621
Every format
| HEX | #c01ec6 |
| RGB | rgb(192, 30, 198) |
| HSL | hsl(298, 74%, 45%) |
| CMYK | cmyk(3%, 85%, 0%, 22%) |
| LAB | lab(47.3 76.6 -50.1) |
| LCH | lch(47.3 91.5 326.8) |
| OKLCH | oklch(0.579 0.253 326.5) |
Copy-ready code
/* CSS */
color: #c01ec6;
background-color: #c01ec6;
/* Tailwind (arbitrary) */
class="text-[#c01ec6] bg-[#c01ec6]"
/* SCSS */
$brand: #c01ec6;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.776)
/* Android */
Color.parseColor("#c01ec6")Accessibility — WCAG contrast
Aa
#c01ec6 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ec6 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue77.6%
CMYK percentages
Cyan3.0%
Magenta84.8%
Yellow0.0%
Key (black)22.4%
Color previews
#c01ec6 text on a black background
contrast 4.24:1
Card sample
#c01ec6 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ec6;
Background color
Panel with #c01ec6 background
background-color: #c01ec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ec6; background: linear-gradient(135deg, #c01ec6, #C61E5C);