#8855aa
a balanced, soft violet · warm · closest name: slateblue
RGB
136, 85, 170
HSL
276°, 33%, 50%
CMYK
20, 50, 0, 33
Luminance
0.1463
Every format
| HEX | #8855aa |
| RGB | rgb(136, 85, 170) |
| HSL | hsl(276, 33%, 50%) |
| CMYK | cmyk(20%, 50%, 0%, 33%) |
| LAB | lab(45.1 37.1 -37.6) |
| LCH | lch(45.1 52.8 314.7) |
| OKLCH | oklch(0.542 0.138 310.3) |
Copy-ready code
/* CSS */
color: #8855aa;
background-color: #8855aa;
/* Tailwind (arbitrary) */
class="text-[#8855aa] bg-[#8855aa]"
/* SCSS */
$brand: #8855aa;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.667)
/* Android */
Color.parseColor("#8855aa")Accessibility — WCAG contrast
Aa
#8855aa on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8855aa on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue66.7%
CMYK percentages
Cyan20.0%
Magenta50.0%
Yellow0.0%
Key (black)33.3%
Color previews
#8855aa text on a black background
contrast 3.93:1
Card sample
#8855aa text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8855aa;
Background color
Panel with #8855aa background
background-color: #8855aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8855aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8855aa; background: linear-gradient(135deg, #8855aa, #AA5593);