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