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