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