#9577cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 119, 204
HSL
261°, 46%, 63%
CMYK
27, 42, 0, 20
Luminance
0.2394
Every format
| HEX | #9577cc |
| RGB | rgb(149, 119, 204) |
| HSL | hsl(261, 46%, 63%) |
| CMYK | cmyk(27%, 42%, 0%, 20%) |
| LAB | lab(56.0 29.5 -39.9) |
| LCH | lch(56.0 49.7 306.5) |
| OKLCH | oklch(0.633 0.128 299.0) |
Copy-ready code
/* CSS */
color: #9577cc;
background-color: #9577cc;
/* Tailwind (arbitrary) */
class="text-[#9577cc] bg-[#9577cc]"
/* SCSS */
$brand: #9577cc;
/* SwiftUI */
Color(red: 0.584, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#9577cc")Accessibility — WCAG contrast
Aa
#9577cc on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9577cc on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green46.7%
Blue80.0%
CMYK percentages
Cyan27.0%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#9577cc text on a black background
contrast 5.79:1
Card sample
#9577cc text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9577cc;
Background color
Panel with #9577cc background
background-color: #9577cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9577cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9577cc; background: linear-gradient(135deg, #9577cc, #CC77CA);