#9c77cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
156, 119, 204
HSL
266°, 46%, 63%
CMYK
24, 42, 0, 20
Luminance
0.2462
Every format
| HEX | #9c77cc |
| RGB | rgb(156, 119, 204) |
| HSL | hsl(266, 46%, 63%) |
| CMYK | cmyk(24%, 42%, 0%, 20%) |
| LAB | lab(56.7 31.6 -38.8) |
| LCH | lch(56.7 50.0 309.1) |
| OKLCH | oklch(0.639 0.129 303.0) |
Copy-ready code
/* CSS */
color: #9c77cc;
background-color: #9c77cc;
/* Tailwind (arbitrary) */
class="text-[#9c77cc] bg-[#9c77cc]"
/* SCSS */
$brand: #9c77cc;
/* SwiftUI */
Color(red: 0.612, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#9c77cc")Accessibility — WCAG contrast
Aa
#9c77cc on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c77cc on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green46.7%
Blue80.0%
CMYK percentages
Cyan23.5%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#9c77cc text on a black background
contrast 5.92:1
Card sample
#9c77cc text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c77cc;
Background color
Panel with #9c77cc background
background-color: #9c77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c77cc; background: linear-gradient(135deg, #9c77cc, #CC77C3);