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