#aac0ee
a light, vivid blue · cool · closest name: skyblue
RGB
170, 192, 238
HSL
221°, 67%, 80%
CMYK
29, 19, 0, 7
Luminance
0.5242
Every format
| HEX | #aac0ee |
| RGB | rgb(170, 192, 238) |
| HSL | hsl(221, 67%, 80%) |
| CMYK | cmyk(29%, 19%, 0%, 7%) |
| LAB | lab(77.5 2.8 -25.3) |
| LCH | lch(77.5 25.4 276.3) |
| OKLCH | oklch(0.807 0.070 264.9) |
Copy-ready code
/* CSS */
color: #aac0ee;
background-color: #aac0ee;
/* Tailwind (arbitrary) */
class="text-[#aac0ee] bg-[#aac0ee]"
/* SCSS */
$brand: #aac0ee;
/* SwiftUI */
Color(red: 0.667, green: 0.753, blue: 0.933)
/* Android */
Color.parseColor("#aac0ee")Accessibility — WCAG contrast
Aa
#aac0ee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac0ee on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.3%
Blue93.3%
CMYK percentages
Cyan28.6%
Magenta19.3%
Yellow0.0%
Key (black)6.7%
Color previews
#aac0ee text on a black background
contrast 11.48:1
Card sample
#aac0ee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac0ee;
Background color
Panel with #aac0ee background
background-color: #aac0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 192, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 192, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac0ee; background: linear-gradient(135deg, #aac0ee, #C1AAEE);