#c01ef0
a balanced, electric violet · warm · closest name: magenta
RGB
192, 30, 240
HSL
286°, 88%, 53%
CMYK
20, 88, 0, 6
Luminance
0.1843
Every format
| HEX | #c01ef0 |
| RGB | rgb(192, 30, 240) |
| HSL | hsl(286, 88%, 53%) |
| CMYK | cmyk(20%, 88%, 0%, 6%) |
| LAB | lab(50.0 83.6 -69.6) |
| LCH | lch(50.0 108.8 320.2) |
| OKLCH | oklch(0.607 0.283 316.0) |
Copy-ready code
/* CSS */
color: #c01ef0;
background-color: #c01ef0;
/* Tailwind (arbitrary) */
class="text-[#c01ef0] bg-[#c01ef0]"
/* SCSS */
$brand: #c01ef0;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.941)
/* Android */
Color.parseColor("#c01ef0")Accessibility — WCAG contrast
Aa
#c01ef0 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01ef0 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue94.1%
CMYK percentages
Cyan20.0%
Magenta87.5%
Yellow0.0%
Key (black)5.9%
Color previews
#c01ef0 text on a black background
contrast 4.69:1
Card sample
#c01ef0 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ef0;
Background color
Panel with #c01ef0 background
background-color: #c01ef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ef0; background: linear-gradient(135deg, #c01ef0, #F01E94);