#885599
a balanced, soft violet · warm · closest name: slateblue
RGB
136, 85, 153
HSL
285°, 29%, 47%
CMYK
11, 44, 0, 40
Luminance
0.1403
Every format
| HEX | #885599 |
| RGB | rgb(136, 85, 153) |
| HSL | hsl(285, 29%, 47%) |
| CMYK | cmyk(11%, 44%, 0%, 40%) |
| LAB | lab(44.3 33.3 -28.8) |
| LCH | lch(44.3 44.0 319.1) |
| OKLCH | oklch(0.533 0.117 317.3) |
Copy-ready code
/* CSS */
color: #885599;
background-color: #885599;
/* Tailwind (arbitrary) */
class="text-[#885599] bg-[#885599]"
/* SCSS */
$brand: #885599;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.600)
/* Android */
Color.parseColor("#885599")Accessibility — WCAG contrast
Aa
#885599 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885599 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta44.4%
Yellow0.0%
Key (black)40.0%
Color previews
#885599 text on a black background
contrast 3.81:1
Card sample
#885599 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885599;
Background color
Panel with #885599 background
background-color: #885599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885599; background: linear-gradient(135deg, #885599, #99557D);