#c822eb
a balanced, electric violet · warm · closest name: magenta
RGB
200, 34, 235
HSL
290°, 83%, 53%
CMYK
15, 86, 0, 8
Luminance
0.1942
Every format
| HEX | #c822eb |
| RGB | rgb(200, 34, 235) |
| HSL | hsl(290, 83%, 53%) |
| CMYK | cmyk(15%, 86%, 0%, 8%) |
| LAB | lab(51.2 83.2 -64.8) |
| LCH | lch(51.2 105.5 322.1) |
| OKLCH | oklch(0.617 0.280 319.3) |
Copy-ready code
/* CSS */
color: #c822eb;
background-color: #c822eb;
/* Tailwind (arbitrary) */
class="text-[#c822eb] bg-[#c822eb]"
/* SCSS */
$brand: #c822eb;
/* SwiftUI */
Color(red: 0.784, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#c822eb")Accessibility — WCAG contrast
Aa
#c822eb on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c822eb on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green13.3%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c822eb text on a black background
contrast 4.88:1
Card sample
#c822eb text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c822eb;
Background color
Panel with #c822eb background
background-color: #c822eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c822eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c822eb; background: linear-gradient(135deg, #c822eb, #EB2288);