#964cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
150, 76, 223
HSL
270°, 70%, 59%
CMYK
33, 66, 0, 13
Luminance
0.1698
Every format
| HEX | #964cdf |
| RGB | rgb(150, 76, 223) |
| HSL | hsl(270, 70%, 59%) |
| CMYK | cmyk(33%, 66%, 0%, 13%) |
| LAB | lab(48.2 57.7 -63.1) |
| LCH | lch(48.2 85.5 312.4) |
| OKLCH | oklch(0.579 0.215 303.4) |
Copy-ready code
/* CSS */
color: #964cdf;
background-color: #964cdf;
/* Tailwind (arbitrary) */
class="text-[#964cdf] bg-[#964cdf]"
/* SCSS */
$brand: #964cdf;
/* SwiftUI */
Color(red: 0.588, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#964cdf")Accessibility — WCAG contrast
Aa
#964cdf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#964cdf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#964cdf text on a black background
contrast 4.40:1
Card sample
#964cdf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #964cdf;
Background color
Panel with #964cdf background
background-color: #964cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #964cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #964cdf; background: linear-gradient(135deg, #964cdf, #DF4CC6);