#9c80eb
a light, vivid violet · warm · closest name: slateblue
RGB
156, 128, 235
HSL
256°, 73%, 71%
CMYK
34, 46, 0, 8
Luminance
0.2850
Every format
| HEX | #9c80eb |
| RGB | rgb(156, 128, 235) |
| HSL | hsl(256, 73%, 71%) |
| CMYK | cmyk(34%, 46%, 0%, 8%) |
| LAB | lab(60.3 34.1 -50.5) |
| LCH | lch(60.3 60.9 304.1) |
| OKLCH | oklch(0.672 0.155 293.9) |
Copy-ready code
/* CSS */
color: #9c80eb;
background-color: #9c80eb;
/* Tailwind (arbitrary) */
class="text-[#9c80eb] bg-[#9c80eb]"
/* SCSS */
$brand: #9c80eb;
/* SwiftUI */
Color(red: 0.612, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#9c80eb")Accessibility — WCAG contrast
Aa
#9c80eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c80eb on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green50.2%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9c80eb text on a black background
contrast 6.70:1
Card sample
#9c80eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c80eb;
Background color
Panel with #9c80eb background
background-color: #9c80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c80eb; background: linear-gradient(135deg, #9c80eb, #E380EB);