#9b7cbf
a balanced, soft violet · warm · closest name: plum
RGB
155, 124, 191
HSL
268°, 34%, 62%
CMYK
19, 35, 0, 25
Luminance
0.2515
Every format
| HEX | #9b7cbf |
| RGB | rgb(155, 124, 191) |
| HSL | hsl(268, 34%, 62%) |
| CMYK | cmyk(19%, 35%, 0%, 25%) |
| LAB | lab(57.2 25.3 -30.6) |
| LCH | lch(57.2 39.8 309.6) |
| OKLCH | oklch(0.641 0.103 304.9) |
Copy-ready code
/* CSS */
color: #9b7cbf;
background-color: #9b7cbf;
/* Tailwind (arbitrary) */
class="text-[#9b7cbf] bg-[#9b7cbf]"
/* SCSS */
$brand: #9b7cbf;
/* SwiftUI */
Color(red: 0.608, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#9b7cbf")Accessibility — WCAG contrast
Aa
#9b7cbf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7cbf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.6%
Blue74.9%
CMYK percentages
Cyan18.8%
Magenta35.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9b7cbf text on a black background
contrast 6.03:1
Card sample
#9b7cbf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7cbf;
Background color
Panel with #9b7cbf background
background-color: #9b7cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7cbf; background: linear-gradient(135deg, #9b7cbf, #BF7CB6);