#aa66cc
a balanced, vivid violet · warm · closest name: orchid
RGB
170, 102, 204
HSL
280°, 50%, 60%
CMYK
17, 50, 0, 20
Luminance
0.2241
Every format
| HEX | #aa66cc |
| RGB | rgb(170, 102, 204) |
| HSL | hsl(280, 50%, 60%) |
| CMYK | cmyk(17%, 50%, 0%, 20%) |
| LAB | lab(54.5 45.0 -42.3) |
| LCH | lch(54.5 61.7 316.8) |
| OKLCH | oklch(0.626 0.162 313.4) |
Copy-ready code
/* CSS */
color: #aa66cc;
background-color: #aa66cc;
/* Tailwind (arbitrary) */
class="text-[#aa66cc] bg-[#aa66cc]"
/* SCSS */
$brand: #aa66cc;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.800)
/* Android */
Color.parseColor("#aa66cc")Accessibility — WCAG contrast
Aa
#aa66cc on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa66cc on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta50.0%
Yellow0.0%
Key (black)20.0%
Color previews
#aa66cc text on a black background
contrast 5.48:1
Card sample
#aa66cc text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa66cc;
Background color
Panel with #aa66cc background
background-color: #aa66cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa66cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa66cc; background: linear-gradient(135deg, #aa66cc, #CC66AA);