#962fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
150, 47, 210
HSL
278°, 64%, 50%
CMYK
29, 78, 0, 18
Luminance
0.1317
Every format
| HEX | #962fd2 |
| RGB | rgb(150, 47, 210) |
| HSL | hsl(278, 64%, 50%) |
| CMYK | cmyk(29%, 78%, 0%, 18%) |
| LAB | lab(43.0 66.9 -64.2) |
| LCH | lch(43.0 92.7 316.2) |
| OKLCH | oklch(0.539 0.235 309.1) |
Copy-ready code
/* CSS */
color: #962fd2;
background-color: #962fd2;
/* Tailwind (arbitrary) */
class="text-[#962fd2] bg-[#962fd2]"
/* SCSS */
$brand: #962fd2;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#962fd2")Accessibility — WCAG contrast
Aa
#962fd2 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962fd2 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.4%
Blue82.4%
CMYK percentages
Cyan28.6%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#962fd2 text on a black background
contrast 3.63:1
Card sample
#962fd2 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962fd2;
Background color
Panel with #962fd2 background
background-color: #962fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962fd2; background: linear-gradient(135deg, #962fd2, #D22FA1);