#962cfd
a balanced, electric violet · warm · closest name: blue
RGB
150, 44, 253
HSL
270°, 98%, 58%
CMYK
41, 83, 0, 1
Luminance
0.1538
Every format
| HEX | #962cfd |
| RGB | rgb(150, 44, 253) |
| HSL | hsl(270, 98%, 58%) |
| CMYK | cmyk(41%, 83%, 0%, 1%) |
| LAB | lab(46.1 77.0 -83.5) |
| LCH | lch(46.1 113.6 312.7) |
| OKLCH | oklch(0.571 0.276 300.0) |
Copy-ready code
/* CSS */
color: #962cfd;
background-color: #962cfd;
/* Tailwind (arbitrary) */
class="text-[#962cfd] bg-[#962cfd]"
/* SCSS */
$brand: #962cfd;
/* SwiftUI */
Color(red: 0.588, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#962cfd")Accessibility — WCAG contrast
Aa
#962cfd on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#962cfd on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green17.3%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#962cfd text on a black background
contrast 4.08:1
Card sample
#962cfd text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #962cfd;
Background color
Panel with #962cfd background
background-color: #962cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #962cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #962cfd; background: linear-gradient(135deg, #962cfd, #FD2CD9);