#9c7bbc
a balanced, soft violet · warm · closest name: plum
RGB
156, 123, 188
HSL
271°, 33%, 61%
CMYK
17, 35, 0, 26
Luminance
0.2486
Every format
| HEX | #9c7bbc |
| RGB | rgb(156, 123, 188) |
| HSL | hsl(271, 33%, 61%) |
| CMYK | cmyk(17%, 35%, 0%, 26%) |
| LAB | lab(56.9 25.5 -29.4) |
| LCH | lch(56.9 38.9 311.0) |
| OKLCH | oklch(0.639 0.101 307.0) |
Copy-ready code
/* CSS */
color: #9c7bbc;
background-color: #9c7bbc;
/* Tailwind (arbitrary) */
class="text-[#9c7bbc] bg-[#9c7bbc]"
/* SCSS */
$brand: #9c7bbc;
/* SwiftUI */
Color(red: 0.612, green: 0.482, blue: 0.737)
/* Android */
Color.parseColor("#9c7bbc")Accessibility — WCAG contrast
Aa
#9c7bbc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7bbc on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green48.2%
Blue73.7%
CMYK percentages
Cyan17.0%
Magenta34.6%
Yellow0.0%
Key (black)26.3%
Color previews
#9c7bbc text on a black background
contrast 5.97:1
Card sample
#9c7bbc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7bbc;
Background color
Panel with #9c7bbc background
background-color: #9c7bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 123, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 123, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7bbc; background: linear-gradient(135deg, #9c7bbc, #BC7BB1);