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