#9b7baf
a balanced, soft violet · warm · closest name: plum
RGB
155, 123, 175
HSL
277°, 25%, 58%
CMYK
11, 30, 0, 31
Luminance
0.2423
Every format
| HEX | #9b7baf |
| RGB | rgb(155, 123, 175) |
| HSL | hsl(277, 25%, 58%) |
| CMYK | cmyk(11%, 30%, 0%, 31%) |
| LAB | lab(56.3 22.3 -22.9) |
| LCH | lch(56.3 32.0 314.3) |
| OKLCH | oklch(0.632 0.084 312.0) |
Copy-ready code
/* CSS */
color: #9b7baf;
background-color: #9b7baf;
/* Tailwind (arbitrary) */
class="text-[#9b7baf] bg-[#9b7baf]"
/* SCSS */
$brand: #9b7baf;
/* SwiftUI */
Color(red: 0.608, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#9b7baf")Accessibility — WCAG contrast
Aa
#9b7baf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7baf on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.2%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#9b7baf text on a black background
contrast 5.85:1
Card sample
#9b7baf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7baf;
Background color
Panel with #9b7baf background
background-color: #9b7baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7baf; background: linear-gradient(135deg, #9b7baf, #AF7BA0);