#963dfd
a balanced, electric violet · warm · closest name: blue
RGB
150, 61, 253
HSL
268°, 98%, 62%
CMYK
41, 76, 0, 1
Luminance
0.1691
Every format
| HEX | #963dfd |
| RGB | rgb(150, 61, 253) |
| HSL | hsl(268, 98%, 62%) |
| CMYK | cmyk(41%, 76%, 0%, 1%) |
| LAB | lab(48.1 71.2 -80.2) |
| LCH | lch(48.1 107.2 311.6) |
| OKLCH | oklch(0.585 0.262 298.9) |
Copy-ready code
/* CSS */
color: #963dfd;
background-color: #963dfd;
/* Tailwind (arbitrary) */
class="text-[#963dfd] bg-[#963dfd]"
/* SCSS */
$brand: #963dfd;
/* SwiftUI */
Color(red: 0.588, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#963dfd")Accessibility — WCAG contrast
Aa
#963dfd on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#963dfd on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green23.9%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#963dfd text on a black background
contrast 4.38:1
Card sample
#963dfd text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963dfd;
Background color
Panel with #963dfd background
background-color: #963dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963dfd; background: linear-gradient(135deg, #963dfd, #FD3DE4);