#aaa0db
a light, vivid blue · warm · closest name: plum
RGB
170, 160, 219
HSL
250°, 45%, 74%
CMYK
22, 27, 0, 14
Luminance
0.3880
Every format
| HEX | #aaa0db |
| RGB | rgb(170, 160, 219) |
| HSL | hsl(250, 45%, 74%) |
| CMYK | cmyk(22%, 27%, 0%, 14%) |
| LAB | lab(68.6 15.9 -28.6) |
| LCH | lch(68.6 32.7 299.1) |
| OKLCH | oklch(0.736 0.085 291.9) |
Copy-ready code
/* CSS */
color: #aaa0db;
background-color: #aaa0db;
/* Tailwind (arbitrary) */
class="text-[#aaa0db] bg-[#aaa0db]"
/* SCSS */
$brand: #aaa0db;
/* SwiftUI */
Color(red: 0.667, green: 0.627, blue: 0.859)
/* Android */
Color.parseColor("#aaa0db")Accessibility — WCAG contrast
Aa
#aaa0db on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa0db on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green62.7%
Blue85.9%
CMYK percentages
Cyan22.4%
Magenta26.9%
Yellow0.0%
Key (black)14.1%
Color previews
#aaa0db text on a black background
contrast 8.76:1
Card sample
#aaa0db text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa0db;
Background color
Panel with #aaa0db background
background-color: #aaa0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 160, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 160, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa0db; background: linear-gradient(135deg, #aaa0db, #D1A0DB);