#9b77ee
a light, electric violet · warm · closest name: slateblue
RGB
155, 119, 238
HSL
258°, 78%, 70%
CMYK
35, 50, 0, 7
Luminance
0.2634
Every format
| HEX | #9b77ee |
| RGB | rgb(155, 119, 238) |
| HSL | hsl(258, 78%, 70%) |
| CMYK | cmyk(35%, 50%, 0%, 7%) |
| LAB | lab(58.4 39.7 -55.3) |
| LCH | lch(58.4 68.1 305.7) |
| OKLCH | oklch(0.657 0.173 295.2) |
Copy-ready code
/* CSS */
color: #9b77ee;
background-color: #9b77ee;
/* Tailwind (arbitrary) */
class="text-[#9b77ee] bg-[#9b77ee]"
/* SCSS */
$brand: #9b77ee;
/* SwiftUI */
Color(red: 0.608, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#9b77ee")Accessibility — WCAG contrast
Aa
#9b77ee on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b77ee on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green46.7%
Blue93.3%
CMYK percentages
Cyan34.9%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#9b77ee text on a black background
contrast 6.27:1
Card sample
#9b77ee text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b77ee;
Background color
Panel with #9b77ee background
background-color: #9b77ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b77ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b77ee; background: linear-gradient(135deg, #9b77ee, #EA77EE);