#aa91ee
a light, vivid violet · warm · closest name: plum
RGB
170, 145, 238
HSL
256°, 73%, 75%
CMYK
29, 39, 0, 7
Luminance
0.3497
Every format
| HEX | #aa91ee |
| RGB | rgb(170, 145, 238) |
| HSL | hsl(256, 73%, 75%) |
| CMYK | cmyk(29%, 39%, 0%, 7%) |
| LAB | lab(65.7 29.0 -43.5) |
| LCH | lch(65.7 52.3 303.6) |
| OKLCH | oklch(0.716 0.134 295.2) |
Copy-ready code
/* CSS */
color: #aa91ee;
background-color: #aa91ee;
/* Tailwind (arbitrary) */
class="text-[#aa91ee] bg-[#aa91ee]"
/* SCSS */
$brand: #aa91ee;
/* SwiftUI */
Color(red: 0.667, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#aa91ee")Accessibility — WCAG contrast
Aa
#aa91ee on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa91ee on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green56.9%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta39.1%
Yellow0.0%
Key (black)6.7%
Color previews
#aa91ee text on a black background
contrast 7.99:1
Card sample
#aa91ee text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa91ee;
Background color
Panel with #aa91ee background
background-color: #aa91ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa91ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa91ee; background: linear-gradient(135deg, #aa91ee, #E891EE);