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