#9b5fef
a light, electric violet · warm · closest name: slateblue
RGB
155, 95, 239
HSL
265°, 82%, 66%
CMYK
35, 60, 0, 6
Luminance
0.2138
Every format
| HEX | #9b5fef |
| RGB | rgb(155, 95, 239) |
| HSL | hsl(265, 82%, 66%) |
| CMYK | cmyk(35%, 60%, 0%, 6%) |
| LAB | lab(53.4 53.1 -63.9) |
| LCH | lch(53.4 83.0 309.7) |
| OKLCH | oklch(0.621 0.208 299.5) |
Copy-ready code
/* CSS */
color: #9b5fef;
background-color: #9b5fef;
/* Tailwind (arbitrary) */
class="text-[#9b5fef] bg-[#9b5fef]"
/* SCSS */
$brand: #9b5fef;
/* SwiftUI */
Color(red: 0.608, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#9b5fef")Accessibility — WCAG contrast
Aa
#9b5fef on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b5fef on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green37.3%
Blue93.7%
CMYK percentages
Cyan35.1%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#9b5fef text on a black background
contrast 5.28:1
Card sample
#9b5fef text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b5fef;
Background color
Panel with #9b5fef background
background-color: #9b5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b5fef; background: linear-gradient(135deg, #9b5fef, #EF5FE3);