#936fdf
a light, vivid violet · warm · closest name: slateblue
RGB
147, 111, 223
HSL
259°, 64%, 66%
CMYK
34, 50, 0, 13
Luminance
0.2290
Every format
| HEX | #936fdf |
| RGB | rgb(147, 111, 223) |
| HSL | hsl(259, 64%, 66%) |
| CMYK | cmyk(34%, 50%, 0%, 13%) |
| LAB | lab(55.0 38.4 -52.4) |
| LCH | lch(55.0 64.9 306.3) |
| OKLCH | oklch(0.628 0.165 296.2) |
Copy-ready code
/* CSS */
color: #936fdf;
background-color: #936fdf;
/* Tailwind (arbitrary) */
class="text-[#936fdf] bg-[#936fdf]"
/* SCSS */
$brand: #936fdf;
/* SwiftUI */
Color(red: 0.576, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#936fdf")Accessibility — WCAG contrast
Aa
#936fdf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#936fdf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#936fdf text on a black background
contrast 5.58:1
Card sample
#936fdf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936fdf;
Background color
Panel with #936fdf background
background-color: #936fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936fdf; background: linear-gradient(135deg, #936fdf, #DE6FDF);