#c01cff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 28, 255
HSL
283°, 100%, 56%
CMYK
25, 89, 0, 0
Luminance
0.1926
Every format
| HEX | #c01cff |
| RGB | rgb(192, 28, 255) |
| HSL | hsl(283, 100%, 56%) |
| CMYK | cmyk(25%, 89%, 0%, 0%) |
| LAB | lab(51.0 86.6 -76.4) |
| LCH | lch(51.0 115.5 318.6) |
| OKLCH | oklch(0.617 0.295 312.8) |
Copy-ready code
/* CSS */
color: #c01cff;
background-color: #c01cff;
/* Tailwind (arbitrary) */
class="text-[#c01cff] bg-[#c01cff]"
/* SCSS */
$brand: #c01cff;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 1.000)
/* Android */
Color.parseColor("#c01cff")Accessibility — WCAG contrast
Aa
#c01cff on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01cff on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta89.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c01cff text on a black background
contrast 4.85:1
Card sample
#c01cff text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cff;
Background color
Panel with #c01cff background
background-color: #c01cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cff; background: linear-gradient(135deg, #c01cff, #FF1CA7);