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