#c021eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 33, 235
HSL
287°, 84%, 53%
CMYK
18, 86, 0, 8
Luminance
0.1829
Every format
| HEX | #c021eb |
| RGB | rgb(192, 33, 235) |
| HSL | hsl(287, 84%, 53%) |
| CMYK | cmyk(18%, 86%, 0%, 8%) |
| LAB | lab(49.9 82.2 -67.0) |
| LCH | lch(49.9 106.0 320.8) |
| OKLCH | oklch(0.605 0.278 317.1) |
Copy-ready code
/* CSS */
color: #c021eb;
background-color: #c021eb;
/* Tailwind (arbitrary) */
class="text-[#c021eb] bg-[#c021eb]"
/* SCSS */
$brand: #c021eb;
/* SwiftUI */
Color(red: 0.753, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#c021eb")Accessibility — WCAG contrast
Aa
#c021eb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c021eb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.9%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta86.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c021eb text on a black background
contrast 4.66:1
Card sample
#c021eb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c021eb;
Background color
Panel with #c021eb background
background-color: #c021eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c021eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c021eb; background: linear-gradient(135deg, #c021eb, #EB218F);