#893fba
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 63, 186
HSL
276°, 49%, 49%
CMYK
26, 66, 0, 27
Luminance
0.1242
Every format
| HEX | #893fba |
| RGB | rgb(137, 63, 186) |
| HSL | hsl(276, 49%, 49%) |
| CMYK | cmyk(26%, 66%, 0%, 27%) |
| LAB | lab(41.9 52.6 -52.1) |
| LCH | lch(41.9 74.1 315.2) |
| OKLCH | oklch(0.522 0.190 308.9) |
Copy-ready code
/* CSS */
color: #893fba;
background-color: #893fba;
/* Tailwind (arbitrary) */
class="text-[#893fba] bg-[#893fba]"
/* SCSS */
$brand: #893fba;
/* SwiftUI */
Color(red: 0.537, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#893fba")Accessibility — WCAG contrast
Aa
#893fba on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893fba on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green24.7%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#893fba text on a black background
contrast 3.48:1
Card sample
#893fba text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893fba;
Background color
Panel with #893fba background
background-color: #893fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893fba; background: linear-gradient(135deg, #893fba, #BA3F99);