#893aca
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 58, 202
HSL
273°, 58%, 51%
CMYK
32, 71, 0, 21
Luminance
0.1261
Every format
| HEX | #893aca |
| RGB | rgb(137, 58, 202) |
| HSL | hsl(273, 58%, 51%) |
| CMYK | cmyk(32%, 71%, 0%, 21%) |
| LAB | lab(42.2 58.5 -61.0) |
| LCH | lch(42.2 84.5 313.8) |
| OKLCH | oklch(0.527 0.212 305.2) |
Copy-ready code
/* CSS */
color: #893aca;
background-color: #893aca;
/* Tailwind (arbitrary) */
class="text-[#893aca] bg-[#893aca]"
/* SCSS */
$brand: #893aca;
/* SwiftUI */
Color(red: 0.537, green: 0.227, blue: 0.792)
/* Android */
Color.parseColor("#893aca")Accessibility — WCAG contrast
Aa
#893aca on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893aca on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green22.7%
Blue79.2%
CMYK percentages
Cyan32.2%
Magenta71.3%
Yellow0.0%
Key (black)20.8%
Color previews
#893aca text on a black background
contrast 3.52:1
Card sample
#893aca text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893aca;
Background color
Panel with #893aca background
background-color: #893aca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893aca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 58, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 58, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893aca; background: linear-gradient(135deg, #893aca, #CA3AAB);