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