#aa87bc
a balanced, soft violet · warm · closest name: plum
RGB
170, 135, 188
HSL
280°, 28%, 63%
CMYK
10, 28, 0, 26
Luminance
0.2950
Every format
| HEX | #aa87bc |
| RGB | rgb(170, 135, 188) |
| HSL | hsl(280, 28%, 63%) |
| CMYK | cmyk(10%, 28%, 0%, 26%) |
| LAB | lab(61.2 23.2 -22.6) |
| LCH | lch(61.2 32.4 315.7) |
| OKLCH | oklch(0.675 0.086 313.9) |
Copy-ready code
/* CSS */
color: #aa87bc;
background-color: #aa87bc;
/* Tailwind (arbitrary) */
class="text-[#aa87bc] bg-[#aa87bc]"
/* SCSS */
$brand: #aa87bc;
/* SwiftUI */
Color(red: 0.667, green: 0.529, blue: 0.737)
/* Android */
Color.parseColor("#aa87bc")Accessibility — WCAG contrast
Aa
#aa87bc on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa87bc on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green52.9%
Blue73.7%
CMYK percentages
Cyan9.6%
Magenta28.2%
Yellow0.0%
Key (black)26.3%
Color previews
#aa87bc text on a black background
contrast 6.90:1
Card sample
#aa87bc text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa87bc;
Background color
Panel with #aa87bc background
background-color: #aa87bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa87bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 135, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 135, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa87bc; background: linear-gradient(135deg, #aa87bc, #BC87AB);