#893ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 58, 206
HSL
272°, 60%, 52%
CMYK
34, 72, 0, 19
Luminance
0.1280
Every format
| HEX | #893ace |
| RGB | rgb(137, 58, 206) |
| HSL | hsl(272, 60%, 52%) |
| CMYK | cmyk(34%, 72%, 0%, 19%) |
| LAB | lab(42.5 59.4 -62.9) |
| LCH | lch(42.5 86.5 313.4) |
| OKLCH | oklch(0.530 0.216 304.2) |
Copy-ready code
/* CSS */
color: #893ace;
background-color: #893ace;
/* Tailwind (arbitrary) */
class="text-[#893ace] bg-[#893ace]"
/* SCSS */
$brand: #893ace;
/* SwiftUI */
Color(red: 0.537, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#893ace")Accessibility — WCAG contrast
Aa
#893ace on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893ace on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green22.7%
Blue80.8%
CMYK percentages
Cyan33.5%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#893ace text on a black background
contrast 3.56:1
Card sample
#893ace text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893ace;
Background color
Panel with #893ace background
background-color: #893ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893ace; background: linear-gradient(135deg, #893ace, #CE3AB0);