#aaaaee
a light, vivid blue · warm · closest name: plum
RGB
170, 170, 238
HSL
240°, 67%, 80%
CMYK
29, 29, 0, 7
Luminance
0.4347
Every format
| HEX | #aaaaee |
| RGB | rgb(170, 170, 238) |
| HSL | hsl(240, 67%, 80%) |
| CMYK | cmyk(29%, 29%, 0%, 7%) |
| LAB | lab(71.9 14.9 -34.0) |
| LCH | lch(71.9 37.1 293.7) |
| OKLCH | oklch(0.763 0.097 283.9) |
Copy-ready code
/* CSS */
color: #aaaaee;
background-color: #aaaaee;
/* Tailwind (arbitrary) */
class="text-[#aaaaee] bg-[#aaaaee]"
/* SCSS */
$brand: #aaaaee;
/* SwiftUI */
Color(red: 0.667, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#aaaaee")Accessibility — WCAG contrast
Aa
#aaaaee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaaee on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.7%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#aaaaee text on a black background
contrast 9.69:1
Card sample
#aaaaee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaaee;
Background color
Panel with #aaaaee background
background-color: #aaaaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaaee; background: linear-gradient(135deg, #aaaaee, #D7AAEE);