#956cd0
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 108, 208
HSL
265°, 52%, 62%
CMYK
28, 48, 0, 18
Luminance
0.2167
Every format
| HEX | #956cd0 |
| RGB | rgb(149, 108, 208) |
| HSL | hsl(265, 52%, 62%) |
| CMYK | cmyk(28%, 48%, 0%, 18%) |
| LAB | lab(53.7 36.8 -45.9) |
| LCH | lch(53.7 58.9 308.7) |
| OKLCH | oklch(0.616 0.150 301.0) |
Copy-ready code
/* CSS */
color: #956cd0;
background-color: #956cd0;
/* Tailwind (arbitrary) */
class="text-[#956cd0] bg-[#956cd0]"
/* SCSS */
$brand: #956cd0;
/* SwiftUI */
Color(red: 0.584, green: 0.424, blue: 0.816)
/* Android */
Color.parseColor("#956cd0")Accessibility — WCAG contrast
Aa
#956cd0 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956cd0 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.4%
Blue81.6%
CMYK percentages
Cyan28.4%
Magenta48.1%
Yellow0.0%
Key (black)18.4%
Color previews
#956cd0 text on a black background
contrast 5.33:1
Card sample
#956cd0 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956cd0;
Background color
Panel with #956cd0 background
background-color: #956cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 108, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 108, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956cd0; background: linear-gradient(135deg, #956cd0, #D06CC8);