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