#894bc9
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 75, 201
HSL
270°, 54%, 54%
CMYK
32, 63, 0, 21
Luminance
0.1457
Every format
| HEX | #894bc9 |
| RGB | rgb(137, 75, 201) |
| HSL | hsl(270, 54%, 54%) |
| CMYK | cmyk(32%, 63%, 0%, 21%) |
| LAB | lab(45.0 50.2 -55.8) |
| LCH | lch(45.0 75.0 312.0) |
| OKLCH | oklch(0.548 0.189 303.3) |
Copy-ready code
/* CSS */
color: #894bc9;
background-color: #894bc9;
/* Tailwind (arbitrary) */
class="text-[#894bc9] bg-[#894bc9]"
/* SCSS */
$brand: #894bc9;
/* SwiftUI */
Color(red: 0.537, green: 0.294, blue: 0.788)
/* Android */
Color.parseColor("#894bc9")Accessibility — WCAG contrast
Aa
#894bc9 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894bc9 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green29.4%
Blue78.8%
CMYK percentages
Cyan31.8%
Magenta62.7%
Yellow0.0%
Key (black)21.2%
Color previews
#894bc9 text on a black background
contrast 3.91:1
Card sample
#894bc9 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894bc9;
Background color
Panel with #894bc9 background
background-color: #894bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 75, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 75, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894bc9; background: linear-gradient(135deg, #894bc9, #C94BB5);