#965cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 92, 211
HSL
269°, 58%, 59%
CMYK
29, 56, 0, 17
Luminance
0.1884
Every format
| HEX | #965cd3 |
| RGB | rgb(150, 92, 211) |
| HSL | hsl(269, 58%, 59%) |
| CMYK | cmyk(29%, 56%, 0%, 17%) |
| LAB | lab(50.5 46.7 -52.7) |
| LCH | lch(50.5 70.4 311.5) |
| OKLCH | oklch(0.593 0.179 303.9) |
Copy-ready code
/* CSS */
color: #965cd3;
background-color: #965cd3;
/* Tailwind (arbitrary) */
class="text-[#965cd3] bg-[#965cd3]"
/* SCSS */
$brand: #965cd3;
/* SwiftUI */
Color(red: 0.588, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#965cd3")Accessibility — WCAG contrast
Aa
#965cd3 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#965cd3 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green36.1%
Blue82.7%
CMYK percentages
Cyan28.9%
Magenta56.4%
Yellow0.0%
Key (black)17.3%
Color previews
#965cd3 text on a black background
contrast 4.77:1
Card sample
#965cd3 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965cd3;
Background color
Panel with #965cd3 background
background-color: #965cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965cd3; background: linear-gradient(135deg, #965cd3, #D35CC1);