#9c85b3
a balanced, soft violet · warm · closest name: plum
RGB
156, 133, 179
HSL
270°, 23%, 61%
CMYK
13, 26, 0, 30
Luminance
0.2710
Every format
| HEX | #9c85b3 |
| RGB | rgb(156, 133, 179) |
| HSL | hsl(270, 23%, 61%) |
| CMYK | cmyk(13%, 26%, 0%, 30%) |
| LAB | lab(59.1 17.8 -20.9) |
| LCH | lch(59.1 27.5 310.3) |
| OKLCH | oklch(0.654 0.072 307.2) |
Copy-ready code
/* CSS */
color: #9c85b3;
background-color: #9c85b3;
/* Tailwind (arbitrary) */
class="text-[#9c85b3] bg-[#9c85b3]"
/* SCSS */
$brand: #9c85b3;
/* SwiftUI */
Color(red: 0.612, green: 0.522, blue: 0.702)
/* Android */
Color.parseColor("#9c85b3")Accessibility — WCAG contrast
Aa
#9c85b3 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c85b3 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green52.2%
Blue70.2%
CMYK percentages
Cyan12.8%
Magenta25.7%
Yellow0.0%
Key (black)29.8%
Color previews
#9c85b3 text on a black background
contrast 6.42:1
Card sample
#9c85b3 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c85b3;
Background color
Panel with #9c85b3 background
background-color: #9c85b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c85b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 133, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 133, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c85b3; background: linear-gradient(135deg, #9c85b3, #B385AB);