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