#9b6fff
a light, electric violet · warm · closest name: slateblue
RGB
155, 111, 255
HSL
258°, 100%, 72%
CMYK
39, 57, 0, 0
Luminance
0.2556
Every format
| HEX | #9b6fff |
| RGB | rgb(155, 111, 255) |
| HSL | hsl(258, 100%, 72%) |
| CMYK | cmyk(39%, 57%, 0%, 0%) |
| LAB | lab(57.6 48.6 -65.9) |
| LCH | lch(57.6 81.9 306.4) |
| OKLCH | oklch(0.655 0.205 294.1) |
Copy-ready code
/* CSS */
color: #9b6fff;
background-color: #9b6fff;
/* Tailwind (arbitrary) */
class="text-[#9b6fff] bg-[#9b6fff]"
/* SCSS */
$brand: #9b6fff;
/* SwiftUI */
Color(red: 0.608, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#9b6fff")Accessibility — WCAG contrast
Aa
#9b6fff on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b6fff on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green43.5%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9b6fff text on a black background
contrast 6.11:1
Card sample
#9b6fff text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b6fff;
Background color
Panel with #9b6fff background
background-color: #9b6fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b6fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b6fff; background: linear-gradient(135deg, #9b6fff, #FB6FFF);