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