#aa7eb4
a balanced, soft violet · warm · closest name: plum
RGB
170, 126, 180
HSL
289°, 27%, 60%
CMYK
6, 30, 0, 29
Luminance
0.2676
Every format
| HEX | #aa7eb4 |
| RGB | rgb(170, 126, 180) |
| HSL | hsl(289, 27%, 60%) |
| CMYK | cmyk(6%, 30%, 0%, 29%) |
| LAB | lab(58.8 26.6 -21.9) |
| LCH | lch(58.8 34.4 320.6) |
| OKLCH | oklch(0.655 0.093 320.0) |
Copy-ready code
/* CSS */
color: #aa7eb4;
background-color: #aa7eb4;
/* Tailwind (arbitrary) */
class="text-[#aa7eb4] bg-[#aa7eb4]"
/* SCSS */
$brand: #aa7eb4;
/* SwiftUI */
Color(red: 0.667, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#aa7eb4")Accessibility — WCAG contrast
Aa
#aa7eb4 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7eb4 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green49.4%
Blue70.6%
CMYK percentages
Cyan5.6%
Magenta30.0%
Yellow0.0%
Key (black)29.4%
Color previews
#aa7eb4 text on a black background
contrast 6.35:1
Card sample
#aa7eb4 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7eb4;
Background color
Panel with #aa7eb4 background
background-color: #aa7eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7eb4; background: linear-gradient(135deg, #aa7eb4, #B47E9A);