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