#aaa8eb
a light, vivid blue · warm · closest name: plum
RGB
170, 168, 235
HSL
242°, 63%, 79%
CMYK
28, 29, 0, 8
Luminance
0.4255
Every format
| HEX | #aaa8eb |
| RGB | rgb(170, 168, 235) |
| HSL | hsl(242, 63%, 79%) |
| CMYK | cmyk(28%, 29%, 0%, 8%) |
| LAB | lab(71.3 15.3 -33.3) |
| LCH | lch(71.3 36.6 294.6) |
| OKLCH | oklch(0.758 0.096 285.2) |
Copy-ready code
/* CSS */
color: #aaa8eb;
background-color: #aaa8eb;
/* Tailwind (arbitrary) */
class="text-[#aaa8eb] bg-[#aaa8eb]"
/* SCSS */
$brand: #aaa8eb;
/* SwiftUI */
Color(red: 0.667, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#aaa8eb")Accessibility — WCAG contrast
Aa
#aaa8eb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa8eb on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.9%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta28.5%
Yellow0.0%
Key (black)7.8%
Color previews
#aaa8eb text on a black background
contrast 9.51:1
Card sample
#aaa8eb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa8eb;
Background color
Panel with #aaa8eb background
background-color: #aaa8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa8eb; background: linear-gradient(135deg, #aaa8eb, #D7A8EB);