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