#966fe5
a light, vivid violet · warm · closest name: slateblue
RGB
150, 111, 229
HSL
260°, 69%, 67%
CMYK
35, 52, 0, 10
Luminance
0.2351
Every format
| HEX | #966fe5 |
| RGB | rgb(150, 111, 229) |
| HSL | hsl(260, 69%, 67%) |
| CMYK | cmyk(35%, 52%, 0%, 10%) |
| LAB | lab(55.6 40.7 -54.7) |
| LCH | lch(55.6 68.2 306.6) |
| OKLCH | oklch(0.634 0.173 296.4) |
Copy-ready code
/* CSS */
color: #966fe5;
background-color: #966fe5;
/* Tailwind (arbitrary) */
class="text-[#966fe5] bg-[#966fe5]"
/* SCSS */
$brand: #966fe5;
/* SwiftUI */
Color(red: 0.588, green: 0.435, blue: 0.898)
/* Android */
Color.parseColor("#966fe5")Accessibility — WCAG contrast
Aa
#966fe5 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#966fe5 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green43.5%
Blue89.8%
CMYK percentages
Cyan34.5%
Magenta51.5%
Yellow0.0%
Key (black)10.2%
Color previews
#966fe5 text on a black background
contrast 5.70:1
Card sample
#966fe5 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #966fe5;
Background color
Panel with #966fe5 background
background-color: #966fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #966fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 111, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 111, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #966fe5; background: linear-gradient(135deg, #966fe5, #E56FE5);