#aabff8
a light, electric blue · cool · closest name: skyblue
RGB
170, 191, 248
HSL
224°, 85%, 82%
CMYK
32, 23, 0, 3
Luminance
0.5258
Every format
| HEX | #aabff8 |
| RGB | rgb(170, 191, 248) |
| HSL | hsl(224, 85%, 82%) |
| CMYK | cmyk(32%, 23%, 0%, 3%) |
| LAB | lab(77.6 5.8 -30.5) |
| LCH | lch(77.6 31.0 280.7) |
| OKLCH | oklch(0.809 0.084 268.8) |
Copy-ready code
/* CSS */
color: #aabff8;
background-color: #aabff8;
/* Tailwind (arbitrary) */
class="text-[#aabff8] bg-[#aabff8]"
/* SCSS */
$brand: #aabff8;
/* SwiftUI */
Color(red: 0.667, green: 0.749, blue: 0.973)
/* Android */
Color.parseColor("#aabff8")Accessibility — WCAG contrast
Aa
#aabff8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabff8 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green74.9%
Blue97.3%
CMYK percentages
Cyan31.5%
Magenta23.0%
Yellow0.0%
Key (black)2.7%
Color previews
#aabff8 text on a black background
contrast 11.52:1
Card sample
#aabff8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabff8;
Background color
Panel with #aabff8 background
background-color: #aabff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 191, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 191, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabff8; background: linear-gradient(135deg, #aabff8, #C9AAF8);