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