#895cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 92, 223
HSL
261°, 67%, 62%
CMYK
39, 59, 0, 13
Luminance
0.1830
Every format
| HEX | #895cdf |
| RGB | rgb(137, 92, 223) |
| HSL | hsl(261, 67%, 62%) |
| CMYK | cmyk(39%, 59%, 0%, 13%) |
| LAB | lab(49.9 46.7 -60.6) |
| LCH | lch(49.9 76.5 307.6) |
| OKLCH | oklch(0.588 0.191 295.8) |
Copy-ready code
/* CSS */
color: #895cdf;
background-color: #895cdf;
/* Tailwind (arbitrary) */
class="text-[#895cdf] bg-[#895cdf]"
/* SCSS */
$brand: #895cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#895cdf")Accessibility — WCAG contrast
Aa
#895cdf on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#895cdf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#895cdf text on a black background
contrast 4.66:1
Card sample
#895cdf text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #895cdf;
Background color
Panel with #895cdf background
background-color: #895cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #895cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #895cdf; background: linear-gradient(135deg, #895cdf, #DF5CDE);