#945dfb
a light, electric violet · warm · closest name: slateblue
RGB
148, 93, 251
HSL
261°, 95%, 68%
CMYK
41, 63, 0, 2
Luminance
0.2109
Every format
| HEX | #945dfb |
| RGB | rgb(148, 93, 251) |
| HSL | hsl(261, 95%, 68%) |
| CMYK | cmyk(41%, 63%, 0%, 2%) |
| LAB | lab(53.0 55.7 -71.1) |
| LCH | lch(53.0 90.3 308.1) |
| OKLCH | oklch(0.619 0.224 295.1) |
Copy-ready code
/* CSS */
color: #945dfb;
background-color: #945dfb;
/* Tailwind (arbitrary) */
class="text-[#945dfb] bg-[#945dfb]"
/* SCSS */
$brand: #945dfb;
/* SwiftUI */
Color(red: 0.580, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#945dfb")Accessibility — WCAG contrast
Aa
#945dfb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#945dfb on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green36.5%
Blue98.4%
CMYK percentages
Cyan41.0%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#945dfb text on a black background
contrast 5.22:1
Card sample
#945dfb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945dfb;
Background color
Panel with #945dfb background
background-color: #945dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945dfb; background: linear-gradient(135deg, #945dfb, #FB5DF9);