#955ffb
a light, electric violet · warm · closest name: slateblue
RGB
149, 95, 251
HSL
261°, 95%, 68%
CMYK
41, 62, 0, 2
Luminance
0.2154
Every format
| HEX | #955ffb |
| RGB | rgb(149, 95, 251) |
| HSL | hsl(261, 95%, 68%) |
| CMYK | cmyk(41%, 62%, 0%, 2%) |
| LAB | lab(53.5 54.9 -70.3) |
| LCH | lch(53.5 89.2 308.0) |
| OKLCH | oklch(0.623 0.221 295.1) |
Copy-ready code
/* CSS */
color: #955ffb;
background-color: #955ffb;
/* Tailwind (arbitrary) */
class="text-[#955ffb] bg-[#955ffb]"
/* SCSS */
$brand: #955ffb;
/* SwiftUI */
Color(red: 0.584, green: 0.373, blue: 0.984)
/* Android */
Color.parseColor("#955ffb")Accessibility — WCAG contrast
Aa
#955ffb on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#955ffb on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green37.3%
Blue98.4%
CMYK percentages
Cyan40.6%
Magenta62.2%
Yellow0.0%
Key (black)1.6%
Color previews
#955ffb text on a black background
contrast 5.31:1
Card sample
#955ffb text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955ffb;
Background color
Panel with #955ffb background
background-color: #955ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 95, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 95, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955ffb; background: linear-gradient(135deg, #955ffb, #FB5FF9);