#956cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 108, 219
HSL
262°, 61%, 64%
CMYK
32, 51, 0, 14
Luminance
0.2223
Every format
| HEX | #956cdb |
| RGB | rgb(149, 108, 219) |
| HSL | hsl(262, 61%, 64%) |
| CMYK | cmyk(32%, 51%, 0%, 14%) |
| LAB | lab(54.3 39.6 -51.2) |
| LCH | lch(54.3 64.7 307.7) |
| OKLCH | oklch(0.622 0.164 298.6) |
Copy-ready code
/* CSS */
color: #956cdb;
background-color: #956cdb;
/* Tailwind (arbitrary) */
class="text-[#956cdb] bg-[#956cdb]"
/* SCSS */
$brand: #956cdb;
/* SwiftUI */
Color(red: 0.584, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#956cdb")Accessibility — WCAG contrast
Aa
#956cdb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956cdb on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.4%
Blue85.9%
CMYK percentages
Cyan32.0%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#956cdb text on a black background
contrast 5.45:1
Card sample
#956cdb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956cdb;
Background color
Panel with #956cdb background
background-color: #956cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956cdb; background: linear-gradient(135deg, #956cdb, #DB6CD7);