#aaaaeb
a light, vivid blue · warm · closest name: plum
RGB
170, 170, 235
HSL
240°, 62%, 79%
CMYK
28, 28, 0, 8
Luminance
0.4329
Every format
| HEX | #aaaaeb |
| RGB | rgb(170, 170, 235) |
| HSL | hsl(240, 62%, 79%) |
| CMYK | cmyk(28%, 28%, 0%, 8%) |
| LAB | lab(71.8 14.2 -32.5) |
| LCH | lch(71.8 35.5 293.5) |
| OKLCH | oklch(0.762 0.093 284.0) |
Copy-ready code
/* CSS */
color: #aaaaeb;
background-color: #aaaaeb;
/* Tailwind (arbitrary) */
class="text-[#aaaaeb] bg-[#aaaaeb]"
/* SCSS */
$brand: #aaaaeb;
/* SwiftUI */
Color(red: 0.667, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#aaaaeb")Accessibility — WCAG contrast
Aa
#aaaaeb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaaeb on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.7%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#aaaaeb text on a black background
contrast 9.66:1
Card sample
#aaaaeb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaaeb;
Background color
Panel with #aaaaeb background
background-color: #aaaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaaeb; background: linear-gradient(135deg, #aaaaeb, #D5AAEB);