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