#956fef
a light, electric violet · warm · closest name: slateblue
RGB
149, 111, 239
HSL
258°, 80%, 69%
CMYK
38, 54, 0, 6
Luminance
0.2399
Every format
| HEX | #956fef |
| RGB | rgb(149, 111, 239) |
| HSL | hsl(258, 80%, 69%) |
| CMYK | cmyk(38%, 54%, 0%, 6%) |
| LAB | lab(56.1 43.0 -59.5) |
| LCH | lch(56.1 73.5 305.9) |
| OKLCH | oklch(0.639 0.185 294.2) |
Copy-ready code
/* CSS */
color: #956fef;
background-color: #956fef;
/* Tailwind (arbitrary) */
class="text-[#956fef] bg-[#956fef]"
/* SCSS */
$brand: #956fef;
/* SwiftUI */
Color(red: 0.584, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#956fef")Accessibility — WCAG contrast
Aa
#956fef on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956fef on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green43.5%
Blue93.7%
CMYK percentages
Cyan37.7%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#956fef text on a black background
contrast 5.80:1
Card sample
#956fef text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956fef;
Background color
Panel with #956fef background
background-color: #956fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956fef; background: linear-gradient(135deg, #956fef, #EA6FEF);