#962abe
a balanced, vivid violet · warm · closest name: purple
RGB
150, 42, 190
HSL
284°, 64%, 46%
CMYK
21, 78, 0, 26
Luminance
0.1186
Every format
| HEX | #962abe |
| RGB | rgb(150, 42, 190) |
| HSL | hsl(284, 64%, 46%) |
| CMYK | cmyk(21%, 78%, 0%, 26%) |
| LAB | lab(41.0 64.6 -55.8) |
| LCH | lch(41.0 85.3 319.1) |
| OKLCH | oklch(0.520 0.222 314.7) |
Copy-ready code
/* CSS */
color: #962abe;
background-color: #962abe;
/* Tailwind (arbitrary) */
class="text-[#962abe] bg-[#962abe]"
/* SCSS */
$brand: #962abe;
/* SwiftUI */
Color(red: 0.588, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#962abe")Accessibility — WCAG contrast
Aa
#962abe on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962abe on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.5%
Blue74.5%
CMYK percentages
Cyan21.1%
Magenta77.9%
Yellow0.0%
Key (black)25.5%
Color previews
#962abe text on a black background
contrast 3.37:1
Card sample
#962abe text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962abe;
Background color
Panel with #962abe background
background-color: #962abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962abe; background: linear-gradient(135deg, #962abe, #BE2A83);