#883eee
a balanced, electric violet · warm · closest name: slateblue
RGB
136, 62, 238
HSL
265°, 84%, 59%
CMYK
43, 74, 0, 7
Luminance
0.1485
Every format
| HEX | #883eee |
| RGB | rgb(136, 62, 238) |
| HSL | hsl(265, 84%, 59%) |
| CMYK | cmyk(43%, 74%, 0%, 7%) |
| LAB | lab(45.4 65.1 -76.3) |
| LCH | lch(45.4 100.3 310.5) |
| OKLCH | oklch(0.559 0.244 296.7) |
Copy-ready code
/* CSS */
color: #883eee;
background-color: #883eee;
/* Tailwind (arbitrary) */
class="text-[#883eee] bg-[#883eee]"
/* SCSS */
$brand: #883eee;
/* SwiftUI */
Color(red: 0.533, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#883eee")Accessibility — WCAG contrast
Aa
#883eee on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#883eee on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green24.3%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#883eee text on a black background
contrast 3.97:1
Card sample
#883eee text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883eee;
Background color
Panel with #883eee background
background-color: #883eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883eee; background: linear-gradient(135deg, #883eee, #EE3EDF);