#965df4
a light, electric violet · warm · closest name: slateblue
RGB
150, 93, 244
HSL
263°, 87%, 66%
CMYK
39, 62, 0, 4
Luminance
0.2084
Every format
| HEX | #965df4 |
| RGB | rgb(150, 93, 244) |
| HSL | hsl(263, 87%, 66%) |
| CMYK | cmyk(39%, 62%, 0%, 4%) |
| LAB | lab(52.8 54.3 -67.6) |
| LCH | lch(52.8 86.7 308.8) |
| OKLCH | oklch(0.616 0.216 297.0) |
Copy-ready code
/* CSS */
color: #965df4;
background-color: #965df4;
/* Tailwind (arbitrary) */
class="text-[#965df4] bg-[#965df4]"
/* SCSS */
$brand: #965df4;
/* SwiftUI */
Color(red: 0.588, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#965df4")Accessibility — WCAG contrast
Aa
#965df4 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#965df4 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green36.5%
Blue95.7%
CMYK percentages
Cyan38.5%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#965df4 text on a black background
contrast 5.17:1
Card sample
#965df4 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965df4;
Background color
Panel with #965df4 background
background-color: #965df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965df4; background: linear-gradient(135deg, #965df4, #F45DED);