#964fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 79, 223
HSL
270°, 69%, 59%
CMYK
33, 65, 0, 13
Luminance
0.1740
Every format
| HEX | #964fdf |
| RGB | rgb(150, 79, 223) |
| HSL | hsl(270, 69%, 59%) |
| CMYK | cmyk(33%, 65%, 0%, 13%) |
| LAB | lab(48.8 56.2 -62.3) |
| LCH | lch(48.8 83.9 312.1) |
| OKLCH | oklch(0.583 0.211 303.0) |
Copy-ready code
/* CSS */
color: #964fdf;
background-color: #964fdf;
/* Tailwind (arbitrary) */
class="text-[#964fdf] bg-[#964fdf]"
/* SCSS */
$brand: #964fdf;
/* SwiftUI */
Color(red: 0.588, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#964fdf")Accessibility — WCAG contrast
Aa
#964fdf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#964fdf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#964fdf text on a black background
contrast 4.48:1
Card sample
#964fdf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #964fdf;
Background color
Panel with #964fdf background
background-color: #964fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #964fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #964fdf; background: linear-gradient(135deg, #964fdf, #DF4FC8);