#aabbee
a light, vivid blue · warm · closest name: skyblue
RGB
170, 187, 238
HSL
225°, 67%, 80%
CMYK
29, 21, 0, 7
Luminance
0.5026
Every format
| HEX | #aabbee |
| RGB | rgb(170, 187, 238) |
| HSL | hsl(225, 67%, 80%) |
| CMYK | cmyk(29%, 21%, 0%, 7%) |
| LAB | lab(76.2 5.5 -27.3) |
| LCH | lch(76.2 27.8 281.4) |
| OKLCH | oklch(0.797 0.075 270.3) |
Copy-ready code
/* CSS */
color: #aabbee;
background-color: #aabbee;
/* Tailwind (arbitrary) */
class="text-[#aabbee] bg-[#aabbee]"
/* SCSS */
$brand: #aabbee;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#aabbee")Accessibility — WCAG contrast
Aa
#aabbee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabbee on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#aabbee text on a black background
contrast 11.05:1
Card sample
#aabbee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabbee;
Background color
Panel with #aabbee background
background-color: #aabbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabbee; background: linear-gradient(135deg, #aabbee, #C6AAEE);