#893ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 60, 204
HSL
272°, 59%, 52%
CMYK
33, 71, 0, 20
Luminance
0.1291
Every format
| HEX | #893ccc |
| RGB | rgb(137, 60, 204) |
| HSL | hsl(272, 59%, 52%) |
| CMYK | cmyk(33%, 71%, 0%, 20%) |
| LAB | lab(42.6 58.1 -61.4) |
| LCH | lch(42.6 84.5 313.4) |
| OKLCH | oklch(0.531 0.212 304.5) |
Copy-ready code
/* CSS */
color: #893ccc;
background-color: #893ccc;
/* Tailwind (arbitrary) */
class="text-[#893ccc] bg-[#893ccc]"
/* SCSS */
$brand: #893ccc;
/* SwiftUI */
Color(red: 0.537, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#893ccc")Accessibility — WCAG contrast
Aa
#893ccc on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893ccc on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green23.5%
Blue80.0%
CMYK percentages
Cyan32.8%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#893ccc text on a black background
contrast 3.58:1
Card sample
#893ccc text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893ccc;
Background color
Panel with #893ccc background
background-color: #893ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893ccc; background: linear-gradient(135deg, #893ccc, #CC3CAF);