#9b7cef
a light, electric violet · warm · closest name: slateblue
RGB
155, 124, 239
HSL
256°, 78%, 71%
CMYK
35, 48, 0, 6
Luminance
0.2762
Every format
| HEX | #9b7cef |
| RGB | rgb(155, 124, 239) |
| HSL | hsl(256, 78%, 71%) |
| CMYK | cmyk(35%, 48%, 0%, 6%) |
| LAB | lab(59.5 37.2 -54.0) |
| LCH | lch(59.5 65.5 304.6) |
| OKLCH | oklch(0.666 0.167 293.8) |
Copy-ready code
/* CSS */
color: #9b7cef;
background-color: #9b7cef;
/* Tailwind (arbitrary) */
class="text-[#9b7cef] bg-[#9b7cef]"
/* SCSS */
$brand: #9b7cef;
/* SwiftUI */
Color(red: 0.608, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#9b7cef")Accessibility — WCAG contrast
Aa
#9b7cef on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7cef on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.6%
Blue93.7%
CMYK percentages
Cyan35.1%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#9b7cef text on a black background
contrast 6.52:1
Card sample
#9b7cef text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7cef;
Background color
Panel with #9b7cef background
background-color: #9b7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7cef; background: linear-gradient(135deg, #9b7cef, #E87CEF);