#935fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 95, 223
HSL
264°, 67%, 62%
CMYK
34, 57, 0, 13
Luminance
0.1972
Every format
| HEX | #935fdf |
| RGB | rgb(147, 95, 223) |
| HSL | hsl(264, 67%, 62%) |
| CMYK | cmyk(34%, 57%, 0%, 13%) |
| LAB | lab(51.5 47.3 -57.9) |
| LCH | lch(51.5 74.8 309.3) |
| OKLCH | oklch(0.602 0.188 299.4) |
Copy-ready code
/* CSS */
color: #935fdf;
background-color: #935fdf;
/* Tailwind (arbitrary) */
class="text-[#935fdf] bg-[#935fdf]"
/* SCSS */
$brand: #935fdf;
/* SwiftUI */
Color(red: 0.576, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#935fdf")Accessibility — WCAG contrast
Aa
#935fdf on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#935fdf on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#935fdf text on a black background
contrast 4.94:1
Card sample
#935fdf text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935fdf;
Background color
Panel with #935fdf background
background-color: #935fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935fdf; background: linear-gradient(135deg, #935fdf, #DF5FD6);