#c01ce2
a balanced, electric violet · warm · closest name: magenta
RGB
192, 28, 226
HSL
290°, 78%, 50%
CMYK
15, 88, 0, 11
Luminance
0.1753
Every format
| HEX | #c01ce2 |
| RGB | rgb(192, 28, 226) |
| HSL | hsl(290, 78%, 50%) |
| CMYK | cmyk(15%, 88%, 0%, 11%) |
| LAB | lab(48.9 81.5 -63.5) |
| LCH | lch(48.9 103.3 322.1) |
| OKLCH | oklch(0.597 0.274 319.3) |
Copy-ready code
/* CSS */
color: #c01ce2;
background-color: #c01ce2;
/* Tailwind (arbitrary) */
class="text-[#c01ce2] bg-[#c01ce2]"
/* SCSS */
$brand: #c01ce2;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.886)
/* Android */
Color.parseColor("#c01ce2")Accessibility — WCAG contrast
Aa
#c01ce2 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ce2 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue88.6%
CMYK percentages
Cyan15.0%
Magenta87.6%
Yellow0.0%
Key (black)11.4%
Color previews
#c01ce2 text on a black background
contrast 4.51:1
Card sample
#c01ce2 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ce2;
Background color
Panel with #c01ce2 background
background-color: #c01ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ce2; background: linear-gradient(135deg, #c01ce2, #E21C80);