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