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