#aae8ff
a light, electric cyan · cool · closest name: skyblue
RGB
170, 232, 255
HSL
196°, 100%, 83%
CMYK
33, 9, 0, 0
Luminance
0.7348
Every format
| HEX | #aae8ff |
| RGB | rgb(170, 232, 255) |
| HSL | hsl(196, 100%, 83%) |
| CMYK | cmyk(33%, 9%, 0%, 0%) |
| LAB | lab(88.7 -14.1 -17.4) |
| LCH | lch(88.7 22.4 230.9) |
| OKLCH | oklch(0.897 0.070 222.9) |
Copy-ready code
/* CSS */
color: #aae8ff;
background-color: #aae8ff;
/* Tailwind (arbitrary) */
class="text-[#aae8ff] bg-[#aae8ff]"
/* SCSS */
$brand: #aae8ff;
/* SwiftUI */
Color(red: 0.667, green: 0.910, blue: 1.000)
/* Android */
Color.parseColor("#aae8ff")Accessibility — WCAG contrast
Aa
#aae8ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aae8ff on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green91.0%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta9.0%
Yellow0.0%
Key (black)0.0%
Color previews
#aae8ff text on a black background
contrast 15.70:1
Card sample
#aae8ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aae8ff;
Background color
Panel with #aae8ff background
background-color: #aae8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aae8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 232, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 232, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aae8ff; background: linear-gradient(135deg, #aae8ff, #AAAFFF);