#aaa6eb
a light, vivid blue · warm · closest name: plum
RGB
170, 166, 235
HSL
244°, 63%, 79%
CMYK
28, 29, 0, 8
Luminance
0.4182
Every format
| HEX | #aaa6eb |
| RGB | rgb(170, 166, 235) |
| HSL | hsl(244, 63%, 79%) |
| CMYK | cmyk(28%, 29%, 0%, 8%) |
| LAB | lab(70.7 16.4 -34.1) |
| LCH | lch(70.7 37.8 295.7) |
| OKLCH | oklch(0.754 0.098 286.4) |
Copy-ready code
/* CSS */
color: #aaa6eb;
background-color: #aaa6eb;
/* Tailwind (arbitrary) */
class="text-[#aaa6eb] bg-[#aaa6eb]"
/* SCSS */
$brand: #aaa6eb;
/* SwiftUI */
Color(red: 0.667, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#aaa6eb")Accessibility — WCAG contrast
Aa
#aaa6eb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa6eb on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.1%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta29.4%
Yellow0.0%
Key (black)7.8%
Color previews
#aaa6eb text on a black background
contrast 9.36:1
Card sample
#aaa6eb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa6eb;
Background color
Panel with #aaa6eb background
background-color: #aaa6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa6eb; background: linear-gradient(135deg, #aaa6eb, #D8A6EB);