#966cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 108, 211
HSL
265°, 54%, 63%
CMYK
29, 49, 0, 17
Luminance
0.2191
Every format
| HEX | #966cd3 |
| RGB | rgb(150, 108, 211) |
| HSL | hsl(265, 54%, 63%) |
| CMYK | cmyk(29%, 49%, 0%, 17%) |
| LAB | lab(53.9 37.8 -47.2) |
| LCH | lch(53.9 60.5 308.7) |
| OKLCH | oklch(0.618 0.154 300.8) |
Copy-ready code
/* CSS */
color: #966cd3;
background-color: #966cd3;
/* Tailwind (arbitrary) */
class="text-[#966cd3] bg-[#966cd3]"
/* SCSS */
$brand: #966cd3;
/* SwiftUI */
Color(red: 0.588, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#966cd3")Accessibility — WCAG contrast
Aa
#966cd3 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#966cd3 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green42.4%
Blue82.7%
CMYK percentages
Cyan28.9%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#966cd3 text on a black background
contrast 5.38:1
Card sample
#966cd3 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #966cd3;
Background color
Panel with #966cd3 background
background-color: #966cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #966cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #966cd3; background: linear-gradient(135deg, #966cd3, #D36CCB);