#962abb
a dark, vivid violet · warm · closest name: purple
RGB
150, 42, 187
HSL
285°, 63%, 45%
CMYK
20, 78, 0, 27
Luminance
0.1173
Every format
| HEX | #962abb |
| RGB | rgb(150, 42, 187) |
| HSL | hsl(285, 63%, 45%) |
| CMYK | cmyk(20%, 78%, 0%, 27%) |
| LAB | lab(40.8 64.0 -54.4) |
| LCH | lch(40.8 84.0 319.6) |
| OKLCH | oklch(0.518 0.219 315.6) |
Copy-ready code
/* CSS */
color: #962abb;
background-color: #962abb;
/* Tailwind (arbitrary) */
class="text-[#962abb] bg-[#962abb]"
/* SCSS */
$brand: #962abb;
/* SwiftUI */
Color(red: 0.588, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#962abb")Accessibility — WCAG contrast
Aa
#962abb on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962abb on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.5%
Blue73.3%
CMYK percentages
Cyan19.8%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#962abb text on a black background
contrast 3.35:1
Card sample
#962abb text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962abb;
Background color
Panel with #962abb background
background-color: #962abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962abb; background: linear-gradient(135deg, #962abb, #BB2A7F);