#956cd7
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 108, 215
HSL
263°, 57%, 63%
CMYK
31, 50, 0, 16
Luminance
0.2202
Every format
| HEX | #956cd7 |
| RGB | rgb(149, 108, 215) |
| HSL | hsl(263, 57%, 63%) |
| CMYK | cmyk(31%, 50%, 0%, 16%) |
| LAB | lab(54.0 38.6 -49.3) |
| LCH | lch(54.0 62.6 308.0) |
| OKLCH | oklch(0.620 0.159 299.4) |
Copy-ready code
/* CSS */
color: #956cd7;
background-color: #956cd7;
/* Tailwind (arbitrary) */
class="text-[#956cd7] bg-[#956cd7]"
/* SCSS */
$brand: #956cd7;
/* SwiftUI */
Color(red: 0.584, green: 0.424, blue: 0.843)
/* Android */
Color.parseColor("#956cd7")Accessibility — WCAG contrast
Aa
#956cd7 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956cd7 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.4%
Blue84.3%
CMYK percentages
Cyan30.7%
Magenta49.8%
Yellow0.0%
Key (black)15.7%
Color previews
#956cd7 text on a black background
contrast 5.40:1
Card sample
#956cd7 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956cd7;
Background color
Panel with #956cd7 background
background-color: #956cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 108, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 108, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956cd7; background: linear-gradient(135deg, #956cd7, #D76CD2);