#967cd3
a light, vivid violet · warm · closest name: slateblue
RGB
150, 124, 211
HSL
258°, 50%, 66%
CMYK
29, 41, 0, 17
Luminance
0.2560
Every format
| HEX | #967cd3 |
| RGB | rgb(150, 124, 211) |
| HSL | hsl(258, 50%, 66%) |
| CMYK | cmyk(29%, 41%, 0%, 17%) |
| LAB | lab(57.7 28.7 -41.3) |
| LCH | lch(57.7 50.3 304.8) |
| OKLCH | oklch(0.646 0.129 296.4) |
Copy-ready code
/* CSS */
color: #967cd3;
background-color: #967cd3;
/* Tailwind (arbitrary) */
class="text-[#967cd3] bg-[#967cd3]"
/* SCSS */
$brand: #967cd3;
/* SwiftUI */
Color(red: 0.588, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#967cd3")Accessibility — WCAG contrast
Aa
#967cd3 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967cd3 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green48.6%
Blue82.7%
CMYK percentages
Cyan28.9%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#967cd3 text on a black background
contrast 6.12:1
Card sample
#967cd3 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967cd3;
Background color
Panel with #967cd3 background
background-color: #967cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967cd3; background: linear-gradient(135deg, #967cd3, #D07CD3);