#896cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 108, 223
HSL
255°, 64%, 65%
CMYK
39, 52, 0, 13
Luminance
0.2137
Every format
| HEX | #896cdf |
| RGB | rgb(137, 108, 223) |
| HSL | hsl(255, 64%, 65%) |
| CMYK | cmyk(39%, 52%, 0%, 13%) |
| LAB | lab(53.4 37.6 -55.0) |
| LCH | lch(53.4 66.6 304.4) |
| OKLCH | oklch(0.613 0.169 292.3) |
Copy-ready code
/* CSS */
color: #896cdf;
background-color: #896cdf;
/* Tailwind (arbitrary) */
class="text-[#896cdf] bg-[#896cdf]"
/* SCSS */
$brand: #896cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#896cdf")Accessibility — WCAG contrast
Aa
#896cdf on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#896cdf on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#896cdf text on a black background
contrast 5.27:1
Card sample
#896cdf text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896cdf;
Background color
Panel with #896cdf background
background-color: #896cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896cdf; background: linear-gradient(135deg, #896cdf, #D66CDF);