#963fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 63, 223
HSL
273°, 71%, 56%
CMYK
33, 72, 0, 13
Luminance
0.1537
Every format
| HEX | #963fdf |
| RGB | rgb(150, 63, 223) |
| HSL | hsl(273, 71%, 56%) |
| CMYK | cmyk(33%, 72%, 0%, 13%) |
| LAB | lab(46.1 63.6 -66.6) |
| LCH | lch(46.1 92.0 313.7) |
| OKLCH | oklch(0.564 0.231 304.8) |
Copy-ready code
/* CSS */
color: #963fdf;
background-color: #963fdf;
/* Tailwind (arbitrary) */
class="text-[#963fdf] bg-[#963fdf]"
/* SCSS */
$brand: #963fdf;
/* SwiftUI */
Color(red: 0.588, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#963fdf")Accessibility — WCAG contrast
Aa
#963fdf on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#963fdf on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#963fdf text on a black background
contrast 4.07:1
Card sample
#963fdf text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963fdf;
Background color
Panel with #963fdf background
background-color: #963fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963fdf; background: linear-gradient(135deg, #963fdf, #DF3FBD);