#9b85e9
a light, vivid blue · warm · closest name: slateblue
RGB
155, 133, 233
HSL
253°, 69%, 72%
CMYK
34, 43, 0, 9
Luminance
0.2963
Every format
| HEX | #9b85e9 |
| RGB | rgb(155, 133, 233) |
| HSL | hsl(253, 69%, 72%) |
| CMYK | cmyk(34%, 43%, 0%, 9%) |
| LAB | lab(61.3 30.5 -47.8) |
| LCH | lch(61.3 56.7 302.5) |
| OKLCH | oklch(0.679 0.145 292.2) |
Copy-ready code
/* CSS */
color: #9b85e9;
background-color: #9b85e9;
/* Tailwind (arbitrary) */
class="text-[#9b85e9] bg-[#9b85e9]"
/* SCSS */
$brand: #9b85e9;
/* SwiftUI */
Color(red: 0.608, green: 0.522, blue: 0.914)
/* Android */
Color.parseColor("#9b85e9")Accessibility — WCAG contrast
Aa
#9b85e9 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b85e9 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green52.2%
Blue91.4%
CMYK percentages
Cyan33.5%
Magenta42.9%
Yellow0.0%
Key (black)8.6%
Color previews
#9b85e9 text on a black background
contrast 6.93:1
Card sample
#9b85e9 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b85e9;
Background color
Panel with #9b85e9 background
background-color: #9b85e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b85e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 133, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 133, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b85e9; background: linear-gradient(135deg, #9b85e9, #DE85E9);