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