#895fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 95, 223
HSL
260°, 67%, 62%
CMYK
39, 57, 0, 13
Luminance
0.1883
Every format
| HEX | #895fdf |
| RGB | rgb(137, 95, 223) |
| HSL | hsl(260, 67%, 62%) |
| CMYK | cmyk(39%, 57%, 0%, 13%) |
| LAB | lab(50.5 45.0 -59.6) |
| LCH | lch(50.5 74.7 307.1) |
| OKLCH | oklch(0.592 0.187 295.2) |
Copy-ready code
/* CSS */
color: #895fdf;
background-color: #895fdf;
/* Tailwind (arbitrary) */
class="text-[#895fdf] bg-[#895fdf]"
/* SCSS */
$brand: #895fdf;
/* SwiftUI */
Color(red: 0.537, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#895fdf")Accessibility — WCAG contrast
Aa
#895fdf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#895fdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#895fdf text on a black background
contrast 4.77:1
Card sample
#895fdf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #895fdf;
Background color
Panel with #895fdf background
background-color: #895fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #895fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #895fdf; background: linear-gradient(135deg, #895fdf, #DE5FDF);