#aab5ee
a light, vivid blue · warm · closest name: plum
RGB
170, 181, 238
HSL
230°, 67%, 80%
CMYK
29, 24, 0, 7
Luminance
0.4777
Every format
| HEX | #aab5ee |
| RGB | rgb(170, 181, 238) |
| HSL | hsl(230, 67%, 80%) |
| CMYK | cmyk(29%, 24%, 0%, 7%) |
| LAB | lab(74.7 8.8 -29.6) |
| LCH | lch(74.7 30.9 286.5) |
| OKLCH | oklch(0.785 0.082 275.9) |
Copy-ready code
/* CSS */
color: #aab5ee;
background-color: #aab5ee;
/* Tailwind (arbitrary) */
class="text-[#aab5ee] bg-[#aab5ee]"
/* SCSS */
$brand: #aab5ee;
/* SwiftUI */
Color(red: 0.667, green: 0.710, blue: 0.933)
/* Android */
Color.parseColor("#aab5ee")Accessibility — WCAG contrast
Aa
#aab5ee on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab5ee on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green71.0%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta23.9%
Yellow0.0%
Key (black)6.7%
Color previews
#aab5ee text on a black background
contrast 10.55:1
Card sample
#aab5ee text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab5ee;
Background color
Panel with #aab5ee background
background-color: #aab5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 181, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 181, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab5ee; background: linear-gradient(135deg, #aab5ee, #CCAAEE);