#962dbe
a balanced, vivid violet · warm · closest name: purple
RGB
150, 45, 190
HSL
283°, 62%, 46%
CMYK
21, 76, 0, 26
Luminance
0.1208
Every format
| HEX | #962dbe |
| RGB | rgb(150, 45, 190) |
| HSL | hsl(283, 62%, 46%) |
| CMYK | cmyk(21%, 76%, 0%, 26%) |
| LAB | lab(41.3 63.5 -55.3) |
| LCH | lch(41.3 84.2 319.0) |
| OKLCH | oklch(0.523 0.219 314.5) |
Copy-ready code
/* CSS */
color: #962dbe;
background-color: #962dbe;
/* Tailwind (arbitrary) */
class="text-[#962dbe] bg-[#962dbe]"
/* SCSS */
$brand: #962dbe;
/* SwiftUI */
Color(red: 0.588, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#962dbe")Accessibility — WCAG contrast
Aa
#962dbe on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962dbe on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green17.6%
Blue74.5%
CMYK percentages
Cyan21.1%
Magenta76.3%
Yellow0.0%
Key (black)25.5%
Color previews
#962dbe text on a black background
contrast 3.42:1
Card sample
#962dbe text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962dbe;
Background color
Panel with #962dbe background
background-color: #962dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962dbe; background: linear-gradient(135deg, #962dbe, #BE2D86);