#c01cef
a balanced, electric violet · warm · closest name: magenta
RGB
192, 28, 239
HSL
287°, 87%, 52%
CMYK
20, 88, 0, 6
Luminance
0.1827
Every format
| HEX | #c01cef |
| RGB | rgb(192, 28, 239) |
| HSL | hsl(287, 87%, 52%) |
| CMYK | cmyk(20%, 88%, 0%, 6%) |
| LAB | lab(49.8 83.8 -69.3) |
| LCH | lch(49.8 108.7 320.4) |
| OKLCH | oklch(0.606 0.284 316.3) |
Copy-ready code
/* CSS */
color: #c01cef;
background-color: #c01cef;
/* Tailwind (arbitrary) */
class="text-[#c01cef] bg-[#c01cef]"
/* SCSS */
$brand: #c01cef;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#c01cef")Accessibility — WCAG contrast
Aa
#c01cef on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cef on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c01cef text on a black background
contrast 4.65:1
Card sample
#c01cef text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cef;
Background color
Panel with #c01cef background
background-color: #c01cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cef; background: linear-gradient(135deg, #c01cef, #EF1C92);