#956dfb
a light, electric violet · warm · closest name: slateblue
RGB
149, 109, 251
HSL
257°, 95%, 71%
CMYK
41, 57, 0, 2
Luminance
0.2429
Every format
| HEX | #956dfb |
| RGB | rgb(149, 109, 251) |
| HSL | hsl(257, 95%, 71%) |
| CMYK | cmyk(41%, 57%, 0%, 2%) |
| LAB | lab(56.4 47.3 -65.7) |
| LCH | lch(56.4 81.0 305.8) |
| OKLCH | oklch(0.644 0.203 292.8) |
Copy-ready code
/* CSS */
color: #956dfb;
background-color: #956dfb;
/* Tailwind (arbitrary) */
class="text-[#956dfb] bg-[#956dfb]"
/* SCSS */
$brand: #956dfb;
/* SwiftUI */
Color(red: 0.584, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#956dfb")Accessibility — WCAG contrast
Aa
#956dfb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956dfb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.7%
Blue98.4%
CMYK percentages
Cyan40.6%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#956dfb text on a black background
contrast 5.86:1
Card sample
#956dfb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956dfb;
Background color
Panel with #956dfb background
background-color: #956dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956dfb; background: linear-gradient(135deg, #956dfb, #F46DFB);