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