#962fd0
a balanced, vivid violet · warm · closest name: indigo
RGB
150, 47, 208
HSL
278°, 63%, 50%
CMYK
28, 77, 0, 18
Luminance
0.1307
Every format
| HEX | #962fd0 |
| RGB | rgb(150, 47, 208) |
| HSL | hsl(278, 63%, 50%) |
| CMYK | cmyk(28%, 77%, 0%, 18%) |
| LAB | lab(42.9 66.5 -63.3) |
| LCH | lch(42.9 91.8 316.4) |
| OKLCH | oklch(0.538 0.233 309.6) |
Copy-ready code
/* CSS */
color: #962fd0;
background-color: #962fd0;
/* Tailwind (arbitrary) */
class="text-[#962fd0] bg-[#962fd0]"
/* SCSS */
$brand: #962fd0;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#962fd0")Accessibility — WCAG contrast
Aa
#962fd0 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962fd0 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.4%
Blue81.6%
CMYK percentages
Cyan27.9%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#962fd0 text on a black background
contrast 3.61:1
Card sample
#962fd0 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962fd0;
Background color
Panel with #962fd0 background
background-color: #962fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962fd0; background: linear-gradient(135deg, #962fd0, #D02F9F);