#9c77da
a light, vivid violet · warm · closest name: slateblue
RGB
156, 119, 218
HSL
262°, 57%, 66%
CMYK
28, 45, 0, 15
Luminance
0.2532
Every format
| HEX | #9c77da |
| RGB | rgb(156, 119, 218) |
| HSL | hsl(262, 57%, 66%) |
| CMYK | cmyk(28%, 45%, 0%, 15%) |
| LAB | lab(57.4 34.9 -45.6) |
| LCH | lch(57.4 57.5 307.4) |
| OKLCH | oklch(0.647 0.147 299.5) |
Copy-ready code
/* CSS */
color: #9c77da;
background-color: #9c77da;
/* Tailwind (arbitrary) */
class="text-[#9c77da] bg-[#9c77da]"
/* SCSS */
$brand: #9c77da;
/* SwiftUI */
Color(red: 0.612, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#9c77da")Accessibility — WCAG contrast
Aa
#9c77da on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c77da on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green46.7%
Blue85.5%
CMYK percentages
Cyan28.4%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#9c77da text on a black background
contrast 6.06:1
Card sample
#9c77da text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c77da;
Background color
Panel with #9c77da background
background-color: #9c77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c77da; background: linear-gradient(135deg, #9c77da, #DA77D6);