#9b7ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 122, 206
HSL
264°, 46%, 64%
CMYK
25, 41, 0, 19
Luminance
0.2534
Every format
| HEX | #9b7ace |
| RGB | rgb(155, 122, 206) |
| HSL | hsl(264, 46%, 64%) |
| CMYK | cmyk(25%, 41%, 0%, 19%) |
| LAB | lab(57.4 30.0 -38.9) |
| LCH | lch(57.4 49.1 307.7) |
| OKLCH | oklch(0.645 0.126 301.0) |
Copy-ready code
/* CSS */
color: #9b7ace;
background-color: #9b7ace;
/* Tailwind (arbitrary) */
class="text-[#9b7ace] bg-[#9b7ace]"
/* SCSS */
$brand: #9b7ace;
/* SwiftUI */
Color(red: 0.608, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#9b7ace")Accessibility — WCAG contrast
Aa
#9b7ace on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7ace on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green47.8%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#9b7ace text on a black background
contrast 6.07:1
Card sample
#9b7ace text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7ace;
Background color
Panel with #9b7ace background
background-color: #9b7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7ace; background: linear-gradient(135deg, #9b7ace, #CE7AC9);