#962ab1
a dark, vivid violet · warm · closest name: purple
RGB
150, 42, 177
HSL
288°, 62%, 43%
CMYK
15, 76, 0, 31
Luminance
0.1131
Every format
| HEX | #962ab1 |
| RGB | rgb(150, 42, 177) |
| HSL | hsl(288, 62%, 43%) |
| CMYK | cmyk(15%, 76%, 0%, 31%) |
| LAB | lab(40.1 62.1 -49.6) |
| LCH | lch(40.1 79.5 321.4) |
| OKLCH | oklch(0.511 0.211 318.6) |
Copy-ready code
/* CSS */
color: #962ab1;
background-color: #962ab1;
/* Tailwind (arbitrary) */
class="text-[#962ab1] bg-[#962ab1]"
/* SCSS */
$brand: #962ab1;
/* SwiftUI */
Color(red: 0.588, green: 0.165, blue: 0.694)
/* Android */
Color.parseColor("#962ab1")Accessibility — WCAG contrast
Aa
#962ab1 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962ab1 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.5%
Blue69.4%
CMYK percentages
Cyan15.3%
Magenta76.3%
Yellow0.0%
Key (black)30.6%
Color previews
#962ab1 text on a black background
contrast 3.26:1
Card sample
#962ab1 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962ab1;
Background color
Panel with #962ab1 background
background-color: #962ab1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962ab1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 42, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 42, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962ab1; background: linear-gradient(135deg, #962ab1, #B12A72);