#9b83cf
a light, soft violet · warm · closest name: plum
RGB
155, 131, 207
HSL
259°, 44%, 66%
CMYK
25, 37, 0, 19
Luminance
0.2771
Every format
| HEX | #9b83cf |
| RGB | rgb(155, 131, 207) |
| HSL | hsl(259, 44%, 66%) |
| CMYK | cmyk(25%, 37%, 0%, 19%) |
| LAB | lab(59.6 25.1 -36.0) |
| LCH | lch(59.6 43.8 304.9) |
| OKLCH | oklch(0.662 0.113 297.8) |
Copy-ready code
/* CSS */
color: #9b83cf;
background-color: #9b83cf;
/* Tailwind (arbitrary) */
class="text-[#9b83cf] bg-[#9b83cf]"
/* SCSS */
$brand: #9b83cf;
/* SwiftUI */
Color(red: 0.608, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#9b83cf")Accessibility — WCAG contrast
Aa
#9b83cf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b83cf on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green51.4%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#9b83cf text on a black background
contrast 6.54:1
Card sample
#9b83cf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b83cf;
Background color
Panel with #9b83cf background
background-color: #9b83cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b83cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b83cf; background: linear-gradient(135deg, #9b83cf, #CE83CF);