#c016eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 22, 235
HSL
288°, 84%, 50%
CMYK
18, 91, 0, 8
Luminance
0.1778
Every format
| HEX | #c016eb |
| RGB | rgb(192, 22, 235) |
| HSL | hsl(288, 84%, 50%) |
| CMYK | cmyk(18%, 91%, 0%, 8%) |
| LAB | lab(49.2 84.0 -68.1) |
| LCH | lch(49.2 108.1 321.0) |
| OKLCH | oklch(0.601 0.283 317.3) |
Copy-ready code
/* CSS */
color: #c016eb;
background-color: #c016eb;
/* Tailwind (arbitrary) */
class="text-[#c016eb] bg-[#c016eb]"
/* SCSS */
$brand: #c016eb;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#c016eb")Accessibility — WCAG contrast
Aa
#c016eb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c016eb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c016eb text on a black background
contrast 4.56:1
Card sample
#c016eb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c016eb;
Background color
Panel with #c016eb background
background-color: #c016eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c016eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c016eb; background: linear-gradient(135deg, #c016eb, #EB1688);