#945dfd
a light, electric violet · warm · closest name: slateblue
RGB
148, 93, 253
HSL
261°, 98%, 68%
CMYK
42, 63, 0, 1
Luminance
0.2122
Every format
| HEX | #945dfd |
| RGB | rgb(148, 93, 253) |
| HSL | hsl(261, 98%, 68%) |
| CMYK | cmyk(42%, 63%, 0%, 1%) |
| LAB | lab(53.2 56.2 -72.0) |
| LCH | lch(53.2 91.3 308.0) |
| OKLCH | oklch(0.621 0.226 294.7) |
Copy-ready code
/* CSS */
color: #945dfd;
background-color: #945dfd;
/* Tailwind (arbitrary) */
class="text-[#945dfd] bg-[#945dfd]"
/* SCSS */
$brand: #945dfd;
/* SwiftUI */
Color(red: 0.580, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#945dfd")Accessibility — WCAG contrast
Aa
#945dfd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#945dfd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green36.5%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#945dfd text on a black background
contrast 5.24:1
Card sample
#945dfd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945dfd;
Background color
Panel with #945dfd background
background-color: #945dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945dfd; background: linear-gradient(135deg, #945dfd, #FD5DFB);