#aaa2eb
a light, vivid blue · warm · closest name: plum
RGB
170, 162, 235
HSL
247°, 65%, 78%
CMYK
28, 31, 0, 8
Luminance
0.4038
Every format
| HEX | #aaa2eb |
| RGB | rgb(170, 162, 235) |
| HSL | hsl(247, 65%, 78%) |
| CMYK | cmyk(28%, 31%, 0%, 8%) |
| LAB | lab(69.7 18.6 -35.6) |
| LCH | lch(69.7 40.2 297.6) |
| OKLCH | oklch(0.746 0.104 288.6) |
Copy-ready code
/* CSS */
color: #aaa2eb;
background-color: #aaa2eb;
/* Tailwind (arbitrary) */
class="text-[#aaa2eb] bg-[#aaa2eb]"
/* SCSS */
$brand: #aaa2eb;
/* SwiftUI */
Color(red: 0.667, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#aaa2eb")Accessibility — WCAG contrast
Aa
#aaa2eb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa2eb on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.5%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aaa2eb text on a black background
contrast 9.08:1
Card sample
#aaa2eb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa2eb;
Background color
Panel with #aaa2eb background
background-color: #aaa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa2eb; background: linear-gradient(135deg, #aaa2eb, #DBA2EB);