#aa7ccf
a balanced, vivid violet · warm · closest name: plum
RGB
170, 124, 207
HSL
273°, 46%, 65%
CMYK
18, 40, 0, 19
Luminance
0.2747
Every format
| HEX | #aa7ccf |
| RGB | rgb(170, 124, 207) |
| HSL | hsl(273, 46%, 65%) |
| CMYK | cmyk(18%, 40%, 0%, 19%) |
| LAB | lab(59.4 33.5 -36.2) |
| LCH | lch(59.4 49.3 312.8) |
| OKLCH | oklch(0.663 0.129 308.7) |
Copy-ready code
/* CSS */
color: #aa7ccf;
background-color: #aa7ccf;
/* Tailwind (arbitrary) */
class="text-[#aa7ccf] bg-[#aa7ccf]"
/* SCSS */
$brand: #aa7ccf;
/* SwiftUI */
Color(red: 0.667, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#aa7ccf")Accessibility — WCAG contrast
Aa
#aa7ccf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7ccf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green48.6%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#aa7ccf text on a black background
contrast 6.49:1
Card sample
#aa7ccf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7ccf;
Background color
Panel with #aa7ccf background
background-color: #aa7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7ccf; background: linear-gradient(135deg, #aa7ccf, #CF7CBD);