#aeecfd
a light, electric cyan · cool · closest name: skyblue
RGB
174, 236, 253
HSL
193°, 95%, 84%
CMYK
31, 7, 0, 1
Luminance
0.7608
Every format
| HEX | #aeecfd |
| RGB | rgb(174, 236, 253) |
| HSL | hsl(193, 95%, 84%) |
| CMYK | cmyk(31%, 7%, 0%, 1%) |
| LAB | lab(89.9 -15.5 -14.5) |
| LCH | lch(89.9 21.3 223.0) |
| OKLCH | oklch(0.907 0.067 216.6) |
Copy-ready code
/* CSS */
color: #aeecfd;
background-color: #aeecfd;
/* Tailwind (arbitrary) */
class="text-[#aeecfd] bg-[#aeecfd]"
/* SCSS */
$brand: #aeecfd;
/* SwiftUI */
Color(red: 0.682, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#aeecfd")Accessibility — WCAG contrast
Aa
#aeecfd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeecfd on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.5%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#aeecfd text on a black background
contrast 16.22:1
Card sample
#aeecfd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeecfd;
Background color
Panel with #aeecfd background
background-color: #aeecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeecfd; background: linear-gradient(135deg, #aeecfd, #AEB7FD);