#956dfd
a light, electric violet · warm · closest name: slateblue
RGB
149, 109, 253
HSL
257°, 97%, 71%
CMYK
41, 57, 0, 1
Luminance
0.2442
Every format
| HEX | #956dfd |
| RGB | rgb(149, 109, 253) |
| HSL | hsl(257, 97%, 71%) |
| CMYK | cmyk(41%, 57%, 0%, 1%) |
| LAB | lab(56.5 47.9 -66.6) |
| LCH | lch(56.5 82.0 305.7) |
| OKLCH | oklch(0.645 0.205 292.5) |
Copy-ready code
/* CSS */
color: #956dfd;
background-color: #956dfd;
/* Tailwind (arbitrary) */
class="text-[#956dfd] bg-[#956dfd]"
/* SCSS */
$brand: #956dfd;
/* SwiftUI */
Color(red: 0.584, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#956dfd")Accessibility — WCAG contrast
Aa
#956dfd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#956dfd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green42.7%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#956dfd text on a black background
contrast 5.88:1
Card sample
#956dfd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #956dfd;
Background color
Panel with #956dfd background
background-color: #956dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #956dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #956dfd; background: linear-gradient(135deg, #956dfd, #F56DFD);