#9966ee
a light, electric violet · warm · closest name: slateblue
RGB
153, 102, 238
HSL
263°, 80%, 67%
CMYK
36, 57, 0, 7
Luminance
0.2245
Every format
| HEX | #9966ee |
| RGB | rgb(153, 102, 238) |
| HSL | hsl(263, 80%, 67%) |
| CMYK | cmyk(36%, 57%, 0%, 7%) |
| LAB | lab(54.5 48.7 -61.5) |
| LCH | lch(54.5 78.4 308.4) |
| OKLCH | oklch(0.628 0.197 297.8) |
Copy-ready code
/* CSS */
color: #9966ee;
background-color: #9966ee;
/* Tailwind (arbitrary) */
class="text-[#9966ee] bg-[#9966ee]"
/* SCSS */
$brand: #9966ee;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#9966ee")Accessibility — WCAG contrast
Aa
#9966ee on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9966ee on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta57.1%
Yellow0.0%
Key (black)6.7%
Color previews
#9966ee text on a black background
contrast 5.49:1
Card sample
#9966ee text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9966ee;
Background color
Panel with #9966ee background
background-color: #9966ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9966ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9966ee; background: linear-gradient(135deg, #9966ee, #EE66E8);