#893eb4
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 62, 180
HSL
278°, 49%, 48%
CMYK
24, 66, 0, 29
Luminance
0.1206
Every format
| HEX | #893eb4 |
| RGB | rgb(137, 62, 180) |
| HSL | hsl(278, 49%, 48%) |
| CMYK | cmyk(24%, 66%, 0%, 29%) |
| LAB | lab(41.3 51.7 -49.5) |
| LCH | lch(41.3 71.6 316.2) |
| OKLCH | oklch(0.517 0.185 310.8) |
Copy-ready code
/* CSS */
color: #893eb4;
background-color: #893eb4;
/* Tailwind (arbitrary) */
class="text-[#893eb4] bg-[#893eb4]"
/* SCSS */
$brand: #893eb4;
/* SwiftUI */
Color(red: 0.537, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#893eb4")Accessibility — WCAG contrast
Aa
#893eb4 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893eb4 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green24.3%
Blue70.6%
CMYK percentages
Cyan23.9%
Magenta65.6%
Yellow0.0%
Key (black)29.4%
Color previews
#893eb4 text on a black background
contrast 3.41:1
Card sample
#893eb4 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893eb4;
Background color
Panel with #893eb4 background
background-color: #893eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 62, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 62, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893eb4; background: linear-gradient(135deg, #893eb4, #B43E91);