#956fdf
a light, vivid violet · warm · closest name: slateblue
RGB
149, 111, 223
HSL
260°, 64%, 66%
CMYK
33, 50, 0, 13
Luminance
0.2309
Every format
| HEX | #956fdf |
| RGB | rgb(149, 111, 223) |
| HSL | hsl(260, 64%, 66%) |
| CMYK | cmyk(33%, 50%, 0%, 13%) |
| LAB | lab(55.2 38.9 -52.0) |
| LCH | lch(55.2 65.0 306.8) |
| OKLCH | oklch(0.629 0.165 297.1) |
Copy-ready code
/* CSS */
color: #956fdf;
background-color: #956fdf;
/* Tailwind (arbitrary) */
class="text-[#956fdf] bg-[#956fdf]"
/* SCSS */
$brand: #956fdf;
/* SwiftUI */
Color(red: 0.584, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#956fdf")Accessibility — WCAG contrast
Aa
#956fdf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956fdf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#956fdf text on a black background
contrast 5.62:1
Card sample
#956fdf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956fdf;
Background color
Panel with #956fdf background
background-color: #956fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956fdf; background: linear-gradient(135deg, #956fdf, #DF6FDE);