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