#894ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 77, 223
HSL
265°, 70%, 59%
CMYK
39, 66, 0, 13
Luminance
0.1595
Every format
| HEX | #894ddf |
| RGB | rgb(137, 77, 223) |
| HSL | hsl(265, 70%, 59%) |
| CMYK | cmyk(39%, 66%, 0%, 13%) |
| LAB | lab(46.9 54.6 -65.4) |
| LCH | lch(46.9 85.2 309.9) |
| OKLCH | oklch(0.566 0.211 298.2) |
Copy-ready code
/* CSS */
color: #894ddf;
background-color: #894ddf;
/* Tailwind (arbitrary) */
class="text-[#894ddf] bg-[#894ddf]"
/* SCSS */
$brand: #894ddf;
/* SwiftUI */
Color(red: 0.537, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#894ddf")Accessibility — WCAG contrast
Aa
#894ddf on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894ddf on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green30.2%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#894ddf text on a black background
contrast 4.19:1
Card sample
#894ddf text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894ddf;
Background color
Panel with #894ddf background
background-color: #894ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894ddf; background: linear-gradient(135deg, #894ddf, #DF4DD4);