#9b83ce
a light, soft violet · warm · closest name: plum
RGB
155, 131, 206
HSL
259°, 43%, 66%
CMYK
25, 36, 0, 19
Luminance
0.2766
Every format
| HEX | #9b83ce |
| RGB | rgb(155, 131, 206) |
| HSL | hsl(259, 43%, 66%) |
| CMYK | cmyk(25%, 36%, 0%, 19%) |
| LAB | lab(59.6 24.8 -35.5) |
| LCH | lch(59.6 43.3 305.0) |
| OKLCH | oklch(0.661 0.112 298.0) |
Copy-ready code
/* CSS */
color: #9b83ce;
background-color: #9b83ce;
/* Tailwind (arbitrary) */
class="text-[#9b83ce] bg-[#9b83ce]"
/* SCSS */
$brand: #9b83ce;
/* SwiftUI */
Color(red: 0.608, green: 0.514, blue: 0.808)
/* Android */
Color.parseColor("#9b83ce")Accessibility — WCAG contrast
Aa
#9b83ce on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b83ce on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green51.4%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta36.4%
Yellow0.0%
Key (black)19.2%
Color previews
#9b83ce text on a black background
contrast 6.53:1
Card sample
#9b83ce text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b83ce;
Background color
Panel with #9b83ce background
background-color: #9b83ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b83ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 131, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 131, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b83ce; background: linear-gradient(135deg, #9b83ce, #CD83CE);