#aa88bb
a balanced, soft violet · warm · closest name: plum
RGB
170, 136, 187
HSL
280°, 27%, 63%
CMYK
9, 27, 0, 27
Luminance
0.2974
Every format
| HEX | #aa88bb |
| RGB | rgb(170, 136, 187) |
| HSL | hsl(280, 27%, 63%) |
| CMYK | cmyk(9%, 27%, 0%, 27%) |
| LAB | lab(61.4 22.4 -21.8) |
| LCH | lch(61.4 31.2 315.8) |
| OKLCH | oklch(0.676 0.083 314.2) |
Copy-ready code
/* CSS */
color: #aa88bb;
background-color: #aa88bb;
/* Tailwind (arbitrary) */
class="text-[#aa88bb] bg-[#aa88bb]"
/* SCSS */
$brand: #aa88bb;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 0.733)
/* Android */
Color.parseColor("#aa88bb")Accessibility — WCAG contrast
Aa
#aa88bb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa88bb on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta27.3%
Yellow0.0%
Key (black)26.7%
Color previews
#aa88bb text on a black background
contrast 6.95:1
Card sample
#aa88bb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa88bb;
Background color
Panel with #aa88bb background
background-color: #aa88bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa88bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa88bb; background: linear-gradient(135deg, #aa88bb, #BB88AA);