#9b91ce
a light, soft blue · warm · closest name: plum
RGB
155, 145, 206
HSL
250°, 38%, 69%
CMYK
25, 30, 0, 19
Luminance
0.3168
Every format
| HEX | #9b91ce |
| RGB | rgb(155, 145, 206) |
| HSL | hsl(250, 38%, 69%) |
| CMYK | cmyk(25%, 30%, 0%, 19%) |
| LAB | lab(63.1 16.8 -30.0) |
| LCH | lch(63.1 34.4 299.2) |
| OKLCH | oklch(0.688 0.089 291.4) |
Copy-ready code
/* CSS */
color: #9b91ce;
background-color: #9b91ce;
/* Tailwind (arbitrary) */
class="text-[#9b91ce] bg-[#9b91ce]"
/* SCSS */
$brand: #9b91ce;
/* SwiftUI */
Color(red: 0.608, green: 0.569, blue: 0.808)
/* Android */
Color.parseColor("#9b91ce")Accessibility — WCAG contrast
Aa
#9b91ce on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b91ce on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green56.9%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta29.6%
Yellow0.0%
Key (black)19.2%
Color previews
#9b91ce text on a black background
contrast 7.34:1
Card sample
#9b91ce text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b91ce;
Background color
Panel with #9b91ce background
background-color: #9b91ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b91ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 145, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 145, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b91ce; background: linear-gradient(135deg, #9b91ce, #C491CE);