#c620eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 32, 235
HSL
289°, 84%, 52%
CMYK
16, 86, 0, 8
Luminance
0.1904
Every format
| HEX | #c620eb |
| RGB | rgb(198, 32, 235) |
| HSL | hsl(289, 84%, 52%) |
| CMYK | cmyk(16%, 86%, 0%, 8%) |
| LAB | lab(50.7 83.3 -65.6) |
| LCH | lch(50.7 106.0 321.8) |
| OKLCH | oklch(0.613 0.280 318.8) |
Copy-ready code
/* CSS */
color: #c620eb;
background-color: #c620eb;
/* Tailwind (arbitrary) */
class="text-[#c620eb] bg-[#c620eb]"
/* SCSS */
$brand: #c620eb;
/* SwiftUI */
Color(red: 0.776, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#c620eb")Accessibility — WCAG contrast
Aa
#c620eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c620eb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green12.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c620eb text on a black background
contrast 4.81:1
Card sample
#c620eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c620eb;
Background color
Panel with #c620eb background
background-color: #c620eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c620eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c620eb; background: linear-gradient(135deg, #c620eb, #EB2089);