#8766ff
a light, electric blue · warm · closest name: slateblue
RGB
135, 102, 255
HSL
253°, 100%, 70%
CMYK
47, 60, 0, 0
Luminance
0.2187
Every format
| HEX | #8766ff |
| RGB | rgb(135, 102, 255) |
| HSL | hsl(253, 100%, 70%) |
| CMYK | cmyk(47%, 60%, 0%, 0%) |
| LAB | lab(53.9 49.4 -72.0) |
| LCH | lch(53.9 87.3 304.5) |
| OKLCH | oklch(0.623 0.217 288.4) |
Copy-ready code
/* CSS */
color: #8766ff;
background-color: #8766ff;
/* Tailwind (arbitrary) */
class="text-[#8766ff] bg-[#8766ff]"
/* SCSS */
$brand: #8766ff;
/* SwiftUI */
Color(red: 0.529, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#8766ff")Accessibility — WCAG contrast
Aa
#8766ff on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8766ff on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green40.0%
Blue100.0%
CMYK percentages
Cyan47.1%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#8766ff text on a black background
contrast 5.37:1
Card sample
#8766ff text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8766ff;
Background color
Panel with #8766ff background
background-color: #8766ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8766ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8766ff; background: linear-gradient(135deg, #8766ff, #ED66FF);