#933eee
a balanced, electric violet · warm · closest name: slateblue
RGB
147, 62, 238
HSL
269°, 84%, 59%
CMYK
38, 74, 0, 7
Luminance
0.1582
Every format
| HEX | #933eee |
| RGB | rgb(147, 62, 238) |
| HSL | hsl(269, 84%, 59%) |
| CMYK | cmyk(38%, 74%, 0%, 7%) |
| LAB | lab(46.7 66.9 -74.1) |
| LCH | lch(46.7 99.8 312.1) |
| OKLCH | oklch(0.571 0.246 300.6) |
Copy-ready code
/* CSS */
color: #933eee;
background-color: #933eee;
/* Tailwind (arbitrary) */
class="text-[#933eee] bg-[#933eee]"
/* SCSS */
$brand: #933eee;
/* SwiftUI */
Color(red: 0.576, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#933eee")Accessibility — WCAG contrast
Aa
#933eee on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933eee on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan38.2%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#933eee text on a black background
contrast 4.16:1
Card sample
#933eee text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933eee;
Background color
Panel with #933eee background
background-color: #933eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933eee; background: linear-gradient(135deg, #933eee, #EE3ED4);