#965ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 93, 223
HSL
266°, 67%, 62%
CMYK
33, 58, 0, 13
Luminance
0.1964
Every format
| HEX | #965ddf |
| RGB | rgb(150, 93, 223) |
| HSL | hsl(266, 67%, 62%) |
| CMYK | cmyk(33%, 58%, 0%, 13%) |
| LAB | lab(51.4 49.1 -58.0) |
| LCH | lch(51.4 76.0 310.2) |
| OKLCH | oklch(0.602 0.192 301.0) |
Copy-ready code
/* CSS */
color: #965ddf;
background-color: #965ddf;
/* Tailwind (arbitrary) */
class="text-[#965ddf] bg-[#965ddf]"
/* SCSS */
$brand: #965ddf;
/* SwiftUI */
Color(red: 0.588, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#965ddf")Accessibility — WCAG contrast
Aa
#965ddf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#965ddf on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green36.5%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#965ddf text on a black background
contrast 4.93:1
Card sample
#965ddf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965ddf;
Background color
Panel with #965ddf background
background-color: #965ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965ddf; background: linear-gradient(135deg, #965ddf, #DF5DD1);