#963eee
a balanced, electric violet · warm · closest name: slateblue
RGB
150, 62, 238
HSL
270°, 84%, 59%
CMYK
37, 74, 0, 7
Luminance
0.1610
Every format
| HEX | #963eee |
| RGB | rgb(150, 62, 238) |
| HSL | hsl(270, 84%, 59%) |
| CMYK | cmyk(37%, 74%, 0%, 7%) |
| LAB | lab(47.1 67.4 -73.5) |
| LCH | lch(47.1 99.7 312.5) |
| OKLCH | oklch(0.574 0.246 301.7) |
Copy-ready code
/* CSS */
color: #963eee;
background-color: #963eee;
/* Tailwind (arbitrary) */
class="text-[#963eee] bg-[#963eee]"
/* SCSS */
$brand: #963eee;
/* SwiftUI */
Color(red: 0.588, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#963eee")Accessibility — WCAG contrast
Aa
#963eee on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#963eee on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green24.3%
Blue93.3%
CMYK percentages
Cyan37.0%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#963eee text on a black background
contrast 4.22:1
Card sample
#963eee text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963eee;
Background color
Panel with #963eee background
background-color: #963eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963eee; background: linear-gradient(135deg, #963eee, #EE3ED1);