#aaa5eb
a light, vivid blue · warm · closest name: plum
RGB
170, 165, 235
HSL
244°, 64%, 78%
CMYK
28, 30, 0, 8
Luminance
0.4145
Every format
| HEX | #aaa5eb |
| RGB | rgb(170, 165, 235) |
| HSL | hsl(244, 64%, 78%) |
| CMYK | cmyk(28%, 30%, 0%, 8%) |
| LAB | lab(70.5 17.0 -34.5) |
| LCH | lch(70.5 38.4 296.2) |
| OKLCH | oklch(0.752 0.100 287.0) |
Copy-ready code
/* CSS */
color: #aaa5eb;
background-color: #aaa5eb;
/* Tailwind (arbitrary) */
class="text-[#aaa5eb] bg-[#aaa5eb]"
/* SCSS */
$brand: #aaa5eb;
/* SwiftUI */
Color(red: 0.667, green: 0.647, blue: 0.922)
/* Android */
Color.parseColor("#aaa5eb")Accessibility — WCAG contrast
Aa
#aaa5eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa5eb on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.7%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta29.8%
Yellow0.0%
Key (black)7.8%
Color previews
#aaa5eb text on a black background
contrast 9.29:1
Card sample
#aaa5eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa5eb;
Background color
Panel with #aaa5eb background
background-color: #aaa5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 165, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 165, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa5eb; background: linear-gradient(135deg, #aaa5eb, #D9A5EB);