#962baf
a dark, vivid violet · warm · closest name: purple
RGB
150, 43, 175
HSL
289°, 61%, 43%
CMYK
14, 75, 0, 31
Luminance
0.1131
Every format
| HEX | #962baf |
| RGB | rgb(150, 43, 175) |
| HSL | hsl(289, 61%, 43%) |
| CMYK | cmyk(14%, 75%, 0%, 31%) |
| LAB | lab(40.1 61.3 -48.4) |
| LCH | lch(40.1 78.2 321.7) |
| OKLCH | oklch(0.511 0.208 319.2) |
Copy-ready code
/* CSS */
color: #962baf;
background-color: #962baf;
/* Tailwind (arbitrary) */
class="text-[#962baf] bg-[#962baf]"
/* SCSS */
$brand: #962baf;
/* SwiftUI */
Color(red: 0.588, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#962baf")Accessibility — WCAG contrast
Aa
#962baf on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962baf on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.9%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#962baf text on a black background
contrast 3.26:1
Card sample
#962baf text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962baf;
Background color
Panel with #962baf background
background-color: #962baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962baf; background: linear-gradient(135deg, #962baf, #AF2B70);