#894cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 76, 211
HSL
267°, 61%, 56%
CMYK
35, 64, 0, 17
Luminance
0.1519
Every format
| HEX | #894cd3 |
| RGB | rgb(137, 76, 211) |
| HSL | hsl(267, 61%, 56%) |
| CMYK | cmyk(35%, 64%, 0%, 17%) |
| LAB | lab(45.9 52.1 -60.2) |
| LCH | lch(45.9 79.6 310.9) |
| OKLCH | oklch(0.556 0.199 300.9) |
Copy-ready code
/* CSS */
color: #894cd3;
background-color: #894cd3;
/* Tailwind (arbitrary) */
class="text-[#894cd3] bg-[#894cd3]"
/* SCSS */
$brand: #894cd3;
/* SwiftUI */
Color(red: 0.537, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#894cd3")Accessibility — WCAG contrast
Aa
#894cd3 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894cd3 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green29.8%
Blue82.7%
CMYK percentages
Cyan35.1%
Magenta64.0%
Yellow0.0%
Key (black)17.3%
Color previews
#894cd3 text on a black background
contrast 4.04:1
Card sample
#894cd3 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894cd3;
Background color
Panel with #894cd3 background
background-color: #894cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894cd3; background: linear-gradient(135deg, #894cd3, #D34CC3);