#aa77cc
a balanced, vivid violet · warm · closest name: orchid
RGB
170, 119, 204
HSL
276°, 46%, 63%
CMYK
17, 42, 0, 20
Luminance
0.2610
Every format
| HEX | #aa77cc |
| RGB | rgb(170, 119, 204) |
| HSL | hsl(276, 46%, 63%) |
| CMYK | cmyk(17%, 42%, 0%, 20%) |
| LAB | lab(58.1 35.6 -36.5) |
| LCH | lch(58.1 51.0 314.3) |
| OKLCH | oklch(0.653 0.134 310.8) |
Copy-ready code
/* CSS */
color: #aa77cc;
background-color: #aa77cc;
/* Tailwind (arbitrary) */
class="text-[#aa77cc] bg-[#aa77cc]"
/* SCSS */
$brand: #aa77cc;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#aa77cc")Accessibility — WCAG contrast
Aa
#aa77cc on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa77cc on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#aa77cc text on a black background
contrast 6.22:1
Card sample
#aa77cc text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa77cc;
Background color
Panel with #aa77cc background
background-color: #aa77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa77cc; background: linear-gradient(135deg, #aa77cc, #CC77B5);