#935ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 93, 223
HSL
265°, 67%, 62%
CMYK
34, 58, 0, 13
Luminance
0.1936
Every format
| HEX | #935ddf |
| RGB | rgb(147, 93, 223) |
| HSL | hsl(265, 67%, 62%) |
| CMYK | cmyk(34%, 58%, 0%, 13%) |
| LAB | lab(51.1 48.4 -58.5) |
| LCH | lch(51.1 75.9 309.6) |
| OKLCH | oklch(0.599 0.191 299.8) |
Copy-ready code
/* CSS */
color: #935ddf;
background-color: #935ddf;
/* Tailwind (arbitrary) */
class="text-[#935ddf] bg-[#935ddf]"
/* SCSS */
$brand: #935ddf;
/* SwiftUI */
Color(red: 0.576, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#935ddf")Accessibility — WCAG contrast
Aa
#935ddf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#935ddf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green36.5%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#935ddf text on a black background
contrast 4.87:1
Card sample
#935ddf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935ddf;
Background color
Panel with #935ddf background
background-color: #935ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935ddf; background: linear-gradient(135deg, #935ddf, #DF5DD4);