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