#966cef
a light, electric violet · warm · closest name: slateblue
RGB
150, 108, 239
HSL
259°, 80%, 68%
CMYK
37, 55, 0, 6
Luminance
0.2344
Every format
| HEX | #966cef |
| RGB | rgb(150, 108, 239) |
| HSL | hsl(259, 80%, 68%) |
| CMYK | cmyk(37%, 55%, 0%, 6%) |
| LAB | lab(55.5 45.0 -60.4) |
| LCH | lch(55.5 75.3 306.7) |
| OKLCH | oklch(0.635 0.190 295.3) |
Copy-ready code
/* CSS */
color: #966cef;
background-color: #966cef;
/* Tailwind (arbitrary) */
class="text-[#966cef] bg-[#966cef]"
/* SCSS */
$brand: #966cef;
/* SwiftUI */
Color(red: 0.588, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#966cef")Accessibility — WCAG contrast
Aa
#966cef on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#966cef on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green42.4%
Blue93.7%
CMYK percentages
Cyan37.2%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#966cef text on a black background
contrast 5.69:1
Card sample
#966cef text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #966cef;
Background color
Panel with #966cef background
background-color: #966cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #966cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #966cef; background: linear-gradient(135deg, #966cef, #ED6CEF);