#956cd6
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 108, 214
HSL
263°, 56%, 63%
CMYK
30, 50, 0, 16
Luminance
0.2197
Every format
| HEX | #956cd6 |
| RGB | rgb(149, 108, 214) |
| HSL | hsl(263, 56%, 63%) |
| CMYK | cmyk(30%, 50%, 0%, 16%) |
| LAB | lab(54.0 38.3 -48.8) |
| LCH | lch(54.0 62.1 308.1) |
| OKLCH | oklch(0.619 0.158 299.6) |
Copy-ready code
/* CSS */
color: #956cd6;
background-color: #956cd6;
/* Tailwind (arbitrary) */
class="text-[#956cd6] bg-[#956cd6]"
/* SCSS */
$brand: #956cd6;
/* SwiftUI */
Color(red: 0.584, green: 0.424, blue: 0.839)
/* Android */
Color.parseColor("#956cd6")Accessibility — WCAG contrast
Aa
#956cd6 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956cd6 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.4%
Blue83.9%
CMYK percentages
Cyan30.4%
Magenta49.5%
Yellow0.0%
Key (black)16.1%
Color previews
#956cd6 text on a black background
contrast 5.39:1
Card sample
#956cd6 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956cd6;
Background color
Panel with #956cd6 background
background-color: #956cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 108, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 108, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956cd6; background: linear-gradient(135deg, #956cd6, #D66CD0);