#8b77ff
a light, electric blue · warm · closest name: slateblue
RGB
139, 119, 255
HSL
249°, 100%, 73%
CMYK
46, 53, 0, 0
Luminance
0.2590
Every format
| HEX | #8b77ff |
| RGB | rgb(139, 119, 255) |
| HSL | hsl(249, 100%, 73%) |
| CMYK | cmyk(46%, 53%, 0%, 0%) |
| LAB | lab(57.9 40.6 -65.4) |
| LCH | lch(57.9 77.0 301.9) |
| OKLCH | oklch(0.654 0.194 286.5) |
Copy-ready code
/* CSS */
color: #8b77ff;
background-color: #8b77ff;
/* Tailwind (arbitrary) */
class="text-[#8b77ff] bg-[#8b77ff]"
/* SCSS */
$brand: #8b77ff;
/* SwiftUI */
Color(red: 0.545, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#8b77ff")Accessibility — WCAG contrast
Aa
#8b77ff on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b77ff on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green46.7%
Blue100.0%
CMYK percentages
Cyan45.5%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8b77ff text on a black background
contrast 6.18:1
Card sample
#8b77ff text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b77ff;
Background color
Panel with #8b77ff background
background-color: #8b77ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b77ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b77ff; background: linear-gradient(135deg, #8b77ff, #E677FF);