#893ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 61, 223
HSL
268°, 72%, 56%
CMYK
39, 73, 0, 13
Luminance
0.1398
Every format
| HEX | #893ddf |
| RGB | rgb(137, 61, 223) |
| HSL | hsl(268, 72%, 56%) |
| CMYK | cmyk(39%, 73%, 0%, 13%) |
| LAB | lab(44.2 62.1 -69.8) |
| LCH | lch(44.2 93.4 311.7) |
| OKLCH | oklch(0.547 0.230 300.1) |
Copy-ready code
/* CSS */
color: #893ddf;
background-color: #893ddf;
/* Tailwind (arbitrary) */
class="text-[#893ddf] bg-[#893ddf]"
/* SCSS */
$brand: #893ddf;
/* SwiftUI */
Color(red: 0.537, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#893ddf")Accessibility — WCAG contrast
Aa
#893ddf on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893ddf on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green23.9%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#893ddf text on a black background
contrast 3.80:1
Card sample
#893ddf text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893ddf;
Background color
Panel with #893ddf background
background-color: #893ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893ddf; background: linear-gradient(135deg, #893ddf, #DF3DC9);