#aa99bb
a light, soft violet · warm · closest name: plum
RGB
170, 153, 187
HSL
270°, 20%, 67%
CMYK
9, 18, 0, 27
Luminance
0.3492
Every format
| HEX | #aa99bb |
| RGB | rgb(170, 153, 187) |
| HSL | hsl(270, 20%, 67%) |
| CMYK | cmyk(9%, 18%, 0%, 27%) |
| LAB | lab(65.7 12.8 -15.3) |
| LCH | lch(65.7 19.9 309.9) |
| OKLCH | oklch(0.709 0.052 307.6) |
Copy-ready code
/* CSS */
color: #aa99bb;
background-color: #aa99bb;
/* Tailwind (arbitrary) */
class="text-[#aa99bb] bg-[#aa99bb]"
/* SCSS */
$brand: #aa99bb;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.733)
/* Android */
Color.parseColor("#aa99bb")Accessibility — WCAG contrast
Aa
#aa99bb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa99bb on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta18.2%
Yellow0.0%
Key (black)26.7%
Color previews
#aa99bb text on a black background
contrast 7.98:1
Card sample
#aa99bb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa99bb;
Background color
Panel with #aa99bb background
background-color: #aa99bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa99bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa99bb; background: linear-gradient(135deg, #aa99bb, #BB99B5);