#965cff
a light, electric violet · warm · closest name: slateblue
RGB
150, 92, 255
HSL
261°, 100%, 68%
CMYK
41, 64, 0, 0
Luminance
0.2136
Every format
| HEX | #965cff |
| RGB | rgb(150, 92, 255) |
| HSL | hsl(261, 100%, 68%) |
| CMYK | cmyk(41%, 64%, 0%, 0%) |
| LAB | lab(53.3 57.6 -72.8) |
| LCH | lch(53.3 92.9 308.4) |
| OKLCH | oklch(0.623 0.230 295.3) |
Copy-ready code
/* CSS */
color: #965cff;
background-color: #965cff;
/* Tailwind (arbitrary) */
class="text-[#965cff] bg-[#965cff]"
/* SCSS */
$brand: #965cff;
/* SwiftUI */
Color(red: 0.588, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#965cff")Accessibility — WCAG contrast
Aa
#965cff on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#965cff on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green36.1%
Blue100.0%
CMYK percentages
Cyan41.2%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#965cff text on a black background
contrast 5.27:1
Card sample
#965cff text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965cff;
Background color
Panel with #965cff background
background-color: #965cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965cff; background: linear-gradient(135deg, #965cff, #FF5CFB);