#aa66bb
a balanced, soft violet · warm · closest name: orchid
RGB
170, 102, 187
HSL
288°, 39%, 57%
CMYK
9, 46, 0, 27
Luminance
0.2164
Every format
| HEX | #aa66bb |
| RGB | rgb(170, 102, 187) |
| HSL | hsl(288, 39%, 57%) |
| CMYK | cmyk(9%, 46%, 0%, 27%) |
| LAB | lab(53.6 41.4 -33.8) |
| LCH | lch(53.6 53.4 320.8) |
| OKLCH | oklch(0.617 0.143 319.4) |
Copy-ready code
/* CSS */
color: #aa66bb;
background-color: #aa66bb;
/* Tailwind (arbitrary) */
class="text-[#aa66bb] bg-[#aa66bb]"
/* SCSS */
$brand: #aa66bb;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.733)
/* Android */
Color.parseColor("#aa66bb")Accessibility — WCAG contrast
Aa
#aa66bb on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa66bb on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta45.5%
Yellow0.0%
Key (black)26.7%
Color previews
#aa66bb text on a black background
contrast 5.33:1
Card sample
#aa66bb text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa66bb;
Background color
Panel with #aa66bb background
background-color: #aa66bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa66bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa66bb; background: linear-gradient(135deg, #aa66bb, #BB6693);