#aaeaf8
a light, electric cyan · cool · closest name: skyblue
RGB
170, 234, 248
HSL
191°, 85%, 82%
CMYK
32, 6, 0, 3
Luminance
0.7417
Every format
| HEX | #aaeaf8 |
| RGB | rgb(170, 234, 248) |
| HSL | hsl(191, 85%, 82%) |
| CMYK | cmyk(32%, 6%, 0%, 3%) |
| LAB | lab(89.0 -16.8 -13.2) |
| LCH | lch(89.0 21.4 218.3) |
| OKLCH | oklch(0.899 0.067 212.7) |
Copy-ready code
/* CSS */
color: #aaeaf8;
background-color: #aaeaf8;
/* Tailwind (arbitrary) */
class="text-[#aaeaf8] bg-[#aaeaf8]"
/* SCSS */
$brand: #aaeaf8;
/* SwiftUI */
Color(red: 0.667, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#aaeaf8")Accessibility — WCAG contrast
Aa
#aaeaf8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeaf8 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green91.8%
Blue97.3%
CMYK percentages
Cyan31.5%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#aaeaf8 text on a black background
contrast 15.83:1
Card sample
#aaeaf8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeaf8;
Background color
Panel with #aaeaf8 background
background-color: #aaeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeaf8; background: linear-gradient(135deg, #aaeaf8, #AAB6F8);