#962af5
a balanced, electric violet · warm · closest name: blue
RGB
150, 42, 245
HSL
272°, 91%, 56%
CMYK
39, 83, 0, 4
Luminance
0.1473
Every format
| HEX | #962af5 |
| RGB | rgb(150, 42, 245) |
| HSL | hsl(272, 91%, 56%) |
| CMYK | cmyk(39%, 83%, 0%, 4%) |
| LAB | lab(45.3 75.9 -80.4) |
| LCH | lch(45.3 110.6 313.4) |
| OKLCH | oklch(0.563 0.270 301.7) |
Copy-ready code
/* CSS */
color: #962af5;
background-color: #962af5;
/* Tailwind (arbitrary) */
class="text-[#962af5] bg-[#962af5]"
/* SCSS */
$brand: #962af5;
/* SwiftUI */
Color(red: 0.588, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#962af5")Accessibility — WCAG contrast
Aa
#962af5 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962af5 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.5%
Blue96.1%
CMYK percentages
Cyan38.8%
Magenta82.9%
Yellow0.0%
Key (black)3.9%
Color previews
#962af5 text on a black background
contrast 3.95:1
Card sample
#962af5 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962af5;
Background color
Panel with #962af5 background
background-color: #962af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962af5; background: linear-gradient(135deg, #962af5, #F52ACD);