#9767eb
a light, electric violet · warm · closest name: slateblue
RGB
151, 103, 235
HSL
262°, 77%, 66%
CMYK
36, 56, 0, 8
Luminance
0.2228
Every format
| HEX | #9767eb |
| RGB | rgb(151, 103, 235) |
| HSL | hsl(262, 77%, 66%) |
| CMYK | cmyk(36%, 56%, 0%, 8%) |
| LAB | lab(54.3 46.9 -60.1) |
| LCH | lch(54.3 76.2 308.0) |
| OKLCH | oklch(0.626 0.192 297.3) |
Copy-ready code
/* CSS */
color: #9767eb;
background-color: #9767eb;
/* Tailwind (arbitrary) */
class="text-[#9767eb] bg-[#9767eb]"
/* SCSS */
$brand: #9767eb;
/* SwiftUI */
Color(red: 0.592, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#9767eb")Accessibility — WCAG contrast
Aa
#9767eb on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9767eb on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green40.4%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#9767eb text on a black background
contrast 5.46:1
Card sample
#9767eb text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9767eb;
Background color
Panel with #9767eb background
background-color: #9767eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9767eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9767eb; background: linear-gradient(135deg, #9767eb, #EB67E7);