#aaeee8
a light, vivid cyan · cool · closest name: skyblue
RGB
170, 238, 232
HSL
175°, 67%, 80%
CMYK
29, 0, 3, 7
Luminance
0.7552
Every format
| HEX | #aaeee8 |
| RGB | rgb(170, 238, 232) |
| HSL | hsl(175, 67%, 80%) |
| CMYK | cmyk(29%, 0%, 3%, 7%) |
| LAB | lab(89.6 -22.4 -3.9) |
| LCH | lch(89.6 22.7 189.9) |
| OKLCH | oklch(0.902 0.068 189.2) |
Copy-ready code
/* CSS */
color: #aaeee8;
background-color: #aaeee8;
/* Tailwind (arbitrary) */
class="text-[#aaeee8] bg-[#aaeee8]"
/* SCSS */
$brand: #aaeee8;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#aaeee8")Accessibility — WCAG contrast
Aa
#aaeee8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeee8 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue91.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#aaeee8 text on a black background
contrast 16.10:1
Card sample
#aaeee8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeee8;
Background color
Panel with #aaeee8 background
background-color: #aaeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeee8; background: linear-gradient(135deg, #aaeee8, #AAC7EE);