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