#aaa2db
a light, soft blue · warm · closest name: plum
RGB
170, 162, 219
HSL
248°, 44%, 75%
CMYK
22, 26, 0, 14
Luminance
0.3950
Every format
| HEX | #aaa2db |
| RGB | rgb(170, 162, 219) |
| HSL | hsl(248, 44%, 75%) |
| CMYK | cmyk(22%, 26%, 0%, 14%) |
| LAB | lab(69.1 14.8 -27.8) |
| LCH | lch(69.1 31.5 298.0) |
| OKLCH | oklch(0.739 0.082 290.7) |
Copy-ready code
/* CSS */
color: #aaa2db;
background-color: #aaa2db;
/* Tailwind (arbitrary) */
class="text-[#aaa2db] bg-[#aaa2db]"
/* SCSS */
$brand: #aaa2db;
/* SwiftUI */
Color(red: 0.667, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#aaa2db")Accessibility — WCAG contrast
Aa
#aaa2db on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa2db on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.5%
Blue85.9%
CMYK percentages
Cyan22.4%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#aaa2db text on a black background
contrast 8.90:1
Card sample
#aaa2db text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa2db;
Background color
Panel with #aaa2db background
background-color: #aaa2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa2db; background: linear-gradient(135deg, #aaa2db, #D0A2DB);