#962cfb
a balanced, electric violet · warm · closest name: blue
RGB
150, 44, 251
HSL
271°, 96%, 58%
CMYK
40, 83, 0, 2
Luminance
0.1525
Every format
| HEX | #962cfb |
| RGB | rgb(150, 44, 251) |
| HSL | hsl(271, 96%, 58%) |
| CMYK | cmyk(40%, 83%, 0%, 2%) |
| LAB | lab(46.0 76.6 -82.6) |
| LCH | lch(46.0 112.7 312.8) |
| OKLCH | oklch(0.570 0.274 300.4) |
Copy-ready code
/* CSS */
color: #962cfb;
background-color: #962cfb;
/* Tailwind (arbitrary) */
class="text-[#962cfb] bg-[#962cfb]"
/* SCSS */
$brand: #962cfb;
/* SwiftUI */
Color(red: 0.588, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#962cfb")Accessibility — WCAG contrast
Aa
#962cfb on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962cfb on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green17.3%
Blue98.4%
CMYK percentages
Cyan40.2%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#962cfb text on a black background
contrast 4.05:1
Card sample
#962cfb text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962cfb;
Background color
Panel with #962cfb background
background-color: #962cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962cfb; background: linear-gradient(135deg, #962cfb, #FB2CD6);