#962fba
a balanced, vivid violet · warm · closest name: purple
RGB
150, 47, 186
HSL
285°, 60%, 46%
CMYK
19, 75, 0, 27
Luminance
0.1206
Every format
| HEX | #962fba |
| RGB | rgb(150, 47, 186) |
| HSL | hsl(285, 60%, 46%) |
| CMYK | cmyk(19%, 75%, 0%, 27%) |
| LAB | lab(41.3 62.0 -53.0) |
| LCH | lch(41.3 81.6 319.5) |
| OKLCH | oklch(0.522 0.213 315.6) |
Copy-ready code
/* CSS */
color: #962fba;
background-color: #962fba;
/* Tailwind (arbitrary) */
class="text-[#962fba] bg-[#962fba]"
/* SCSS */
$brand: #962fba;
/* SwiftUI */
Color(red: 0.588, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#962fba")Accessibility — WCAG contrast
Aa
#962fba on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962fba on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green18.4%
Blue72.9%
CMYK percentages
Cyan19.4%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#962fba text on a black background
contrast 3.41:1
Card sample
#962fba text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962fba;
Background color
Panel with #962fba background
background-color: #962fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962fba; background: linear-gradient(135deg, #962fba, #BA2F81);