#aa77bb
a balanced, soft violet · warm · closest name: plum
RGB
170, 119, 187
HSL
285°, 33%, 60%
CMYK
9, 36, 0, 27
Luminance
0.2533
Every format
| HEX | #aa77bb |
| RGB | rgb(170, 119, 187) |
| HSL | hsl(285, 33%, 60%) |
| CMYK | cmyk(9%, 36%, 0%, 27%) |
| LAB | lab(57.4 32.0 -28.0) |
| LCH | lch(57.4 42.5 318.9) |
| OKLCH | oklch(0.645 0.113 317.4) |
Copy-ready code
/* CSS */
color: #aa77bb;
background-color: #aa77bb;
/* Tailwind (arbitrary) */
class="text-[#aa77bb] bg-[#aa77bb]"
/* SCSS */
$brand: #aa77bb;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.733)
/* Android */
Color.parseColor("#aa77bb")Accessibility — WCAG contrast
Aa
#aa77bb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa77bb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta36.4%
Yellow0.0%
Key (black)26.7%
Color previews
#aa77bb text on a black background
contrast 6.07:1
Card sample
#aa77bb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa77bb;
Background color
Panel with #aa77bb background
background-color: #aa77bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa77bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa77bb; background: linear-gradient(135deg, #aa77bb, #BB779F);