#9c7bac
a balanced, soft violet · warm · closest name: plum
RGB
156, 123, 172
HSL
280°, 23%, 58%
CMYK
9, 29, 0, 33
Luminance
0.2421
Every format
| HEX | #9c7bac |
| RGB | rgb(156, 123, 172) |
| HSL | hsl(280, 23%, 58%) |
| CMYK | cmyk(9%, 29%, 0%, 33%) |
| LAB | lab(56.3 22.0 -21.2) |
| LCH | lch(56.3 30.5 316.1) |
| OKLCH | oklch(0.632 0.081 314.5) |
Copy-ready code
/* CSS */
color: #9c7bac;
background-color: #9c7bac;
/* Tailwind (arbitrary) */
class="text-[#9c7bac] bg-[#9c7bac]"
/* SCSS */
$brand: #9c7bac;
/* SwiftUI */
Color(red: 0.612, green: 0.482, blue: 0.675)
/* Android */
Color.parseColor("#9c7bac")Accessibility — WCAG contrast
Aa
#9c7bac on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7bac on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green48.2%
Blue67.5%
CMYK percentages
Cyan9.3%
Magenta28.5%
Yellow0.0%
Key (black)32.5%
Color previews
#9c7bac text on a black background
contrast 5.84:1
Card sample
#9c7bac text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7bac;
Background color
Panel with #9c7bac background
background-color: #9c7bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 123, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 123, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7bac; background: linear-gradient(135deg, #9c7bac, #AC7B9B);