#962fac
a dark, vivid violet · warm · closest name: purple
RGB
150, 47, 172
HSL
289°, 57%, 43%
CMYK
13, 73, 0, 33
Luminance
0.1150
Every format
| HEX | #962fac |
| RGB | rgb(150, 47, 172) |
| HSL | hsl(289, 57%, 43%) |
| CMYK | cmyk(13%, 73%, 0%, 33%) |
| LAB | lab(40.4 59.3 -46.1) |
| LCH | lch(40.4 75.2 322.1) |
| OKLCH | oklch(0.512 0.201 319.9) |
Copy-ready code
/* CSS */
color: #962fac;
background-color: #962fac;
/* Tailwind (arbitrary) */
class="text-[#962fac] bg-[#962fac]"
/* SCSS */
$brand: #962fac;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#962fac")Accessibility — WCAG contrast
Aa
#962fac on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962fac on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.4%
Blue67.5%
CMYK percentages
Cyan12.8%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#962fac text on a black background
contrast 3.30:1
Card sample
#962fac text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962fac;
Background color
Panel with #962fac background
background-color: #962fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962fac; background: linear-gradient(135deg, #962fac, #AC2F6F);