#aaa3eb
a light, vivid blue · warm · closest name: plum
RGB
170, 163, 235
HSL
246°, 64%, 78%
CMYK
28, 31, 0, 8
Luminance
0.4074
Every format
| HEX | #aaa3eb |
| RGB | rgb(170, 163, 235) |
| HSL | hsl(246, 64%, 78%) |
| CMYK | cmyk(28%, 31%, 0%, 8%) |
| LAB | lab(70.0 18.1 -35.2) |
| LCH | lch(70.0 39.6 297.2) |
| OKLCH | oklch(0.748 0.103 288.1) |
Copy-ready code
/* CSS */
color: #aaa3eb;
background-color: #aaa3eb;
/* Tailwind (arbitrary) */
class="text-[#aaa3eb] bg-[#aaa3eb]"
/* SCSS */
$brand: #aaa3eb;
/* SwiftUI */
Color(red: 0.667, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#aaa3eb")Accessibility — WCAG contrast
Aa
#aaa3eb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa3eb on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.9%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#aaa3eb text on a black background
contrast 9.15:1
Card sample
#aaa3eb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa3eb;
Background color
Panel with #aaa3eb background
background-color: #aaa3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa3eb; background: linear-gradient(135deg, #aaa3eb, #DAA3EB);