#c01ee6
a balanced, electric violet · warm · closest name: magenta
RGB
192, 30, 230
HSL
289°, 80%, 51%
CMYK
17, 87, 0, 10
Luminance
0.1785
Every format
| HEX | #c01ee6 |
| RGB | rgb(192, 30, 230) |
| HSL | hsl(289, 80%, 51%) |
| CMYK | cmyk(17%, 87%, 0%, 10%) |
| LAB | lab(49.3 81.8 -65.1) |
| LCH | lch(49.3 104.6 321.5) |
| OKLCH | oklch(0.600 0.276 318.3) |
Copy-ready code
/* CSS */
color: #c01ee6;
background-color: #c01ee6;
/* Tailwind (arbitrary) */
class="text-[#c01ee6] bg-[#c01ee6]"
/* SCSS */
$brand: #c01ee6;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.902)
/* Android */
Color.parseColor("#c01ee6")Accessibility — WCAG contrast
Aa
#c01ee6 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01ee6 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue90.2%
CMYK percentages
Cyan16.5%
Magenta87.0%
Yellow0.0%
Key (black)9.8%
Color previews
#c01ee6 text on a black background
contrast 4.57:1
Card sample
#c01ee6 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ee6;
Background color
Panel with #c01ee6 background
background-color: #c01ee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ee6; background: linear-gradient(135deg, #c01ee6, #E61E87);