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