#8877aa
a balanced, soft violet · warm · closest name: steelblue
RGB
136, 119, 170
HSL
260°, 23%, 57%
CMYK
20, 30, 0, 33
Luminance
0.2133
Every format
| HEX | #8877aa |
| RGB | rgb(136, 119, 170) |
| HSL | hsl(260, 23%, 57%) |
| CMYK | cmyk(20%, 30%, 0%, 33%) |
| LAB | lab(53.3 17.3 -24.8) |
| LCH | lch(53.3 30.2 304.9) |
| OKLCH | oklch(0.604 0.078 299.4) |
Copy-ready code
/* CSS */
color: #8877aa;
background-color: #8877aa;
/* Tailwind (arbitrary) */
class="text-[#8877aa] bg-[#8877aa]"
/* SCSS */
$brand: #8877aa;
/* SwiftUI */
Color(red: 0.533, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#8877aa")Accessibility — WCAG contrast
Aa
#8877aa on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8877aa on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.7%
Blue66.7%
CMYK percentages
Cyan20.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#8877aa text on a black background
contrast 5.27:1
Card sample
#8877aa text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8877aa;
Background color
Panel with #8877aa background
background-color: #8877aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8877aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8877aa; background: linear-gradient(135deg, #8877aa, #AA77AA);